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.
我有一个非常简单的 iFrame,其 src 属性直接指向托管在不同服务器上的 xml 文件(我无权访问它)。加载页面时,它会自动触发此 xml 文件的下载。有什么办法可以防止这种自动下载?
我不需要在 iFrame 中呈现/查看 xml 文件的内容,只需尝试访问它并检查网络是否允许我这样做。
在页面加载时发出 ajax 请求并检查 XML 是否可访问,如果是,则执行您想要的操作。