Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 XPath 从 XML 中提取信息并将其放入页面中,但我无法获得结果。我想知道是否也有任何类型的 HTML 调试器,以便我可以跟踪该过程以及我在脚本中指定的变量。提前致谢。
您在这里拥有的是从 DOM 中提取数据的Javascript代码。因此,您需要的调试器是浏览器中的 Javascript 调试器。对于 Firefox,这就是 Firebug。对于 Chrome,这只是开发人员工具。对于 IE,好吧,我帮不了你。