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 字符串作为 iframe 的主体。
有什么方法可以从客户端将其保存为 xml 文件。例如,创建指向 iframe 的链接,右键单击该链接并选择“目标另存为”或类似内容。也许使用javascript?
谢谢
我可能错了,但我相信存在安全限制,阻止 DOM 访问 iframe 中的内容。
回发到服务器,并添加Content-Disposition: attachment; filename=1234.xml标题。
Content-Disposition: attachment; filename=1234.xml