加载外部 XML 文件进行解析

发布于 2024-12-26 06:47:01 字数 226 浏览 1 评论 0原文

setTimeout("newAJAXCommand('http://powercont.dyndns.org:1011/status.xml', updateStatus, true)",1000);

这似乎没有做任何事情,有没有办法通过从脚本运行的不同服务器中提取 xml 文件来完成这项工作。

我见过有一种方法可以将外部 xml 文件加载到本地 xml 文件中吗?

setTimeout("newAJAXCommand('http://powercont.dyndns.org:1011/status.xml', updateStatus, true)",1000);

this doesn't seem to do anything, is there a way of making this work by pulling the xml file from a different server from where the script is running.

i've seen theres a way of loading an external xml file into a local xml file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

中二柚 2025-01-02 06:47:01

您无法通过 JavaScript 请求另一个域的页面。

http://en.wikipedia.org/wiki/Same_origin_policy

You can't request another domain's page via JavaScript.

http://en.wikipedia.org/wiki/Same_origin_policy

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文