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.
我需要读取浏览器中显示的 XML 文件。
我有一个 XMLVIEWING 按钮,当我单击它时,会打开新窗口并显示所需的 xml 文件。
那么我怎样才能读取这个文件呢?我尝试了 getPageSource(),但它返回了带有 div、脚本等的大字符串。