gpt4 book ai didi

javascript - 从 iFrame 中获取所有元素

转载 作者:行者123 更新时间:2023-11-28 02:52:15 31 4
gpt4 key购买 nike

如何获取 iFrame 中的所有元素?我在这里使用了一些 javascript 代码,但我不知道接下来要做什么以及如何在 iframe 中获取所有元素:

<iframe id="uploads" src="https://jsfiddle.net/mekwall/up4nu/"></iframe>

var iframe = document.getElementById('uploads');
var innerDoc = iframe.contentDocument;

我正在使用 contentDocument它只给出 <html><body></body></html>

最佳答案

您好,这是您在 jsfiddle 中执行的代码。它在控制台中显示错误。

查看截图:http://prntscr.com/c54jts

这里提到了该错误的原因:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Errors/Property_access_denied

更多详情:https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy

总结:如果来自不同域,您将无法访问 iframe 的内容。

关于javascript - 从 iFrame 中获取所有元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38929234/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com