gpt4 book ai didi

javascript - Iframe 内容窗口

转载 作者:太空狗 更新时间:2023-10-29 15:02:33 26 4
gpt4 key购买 nike

当我尝试从 iframe 中获取内容窗口时,使用

var contentWindow = document.getElementbyId('iframe').contentWindow 

有时它会返回“Window undefined”,因为 contentWindow 不存在。我似乎无法使用

对其进行检查
if (contentWindow === unidentified) or if (contentWindow === null)

因为如果我试图从代码中获取值,它只会出错。有没有其他人遇到过这个问题并找到了解决方案?

最佳答案

你打字正确吗? getElementByID 不是 getElementbyId。您是否确认在查询 contentWindow 之前会返回一个元素?您是否在加载后查询它?

您是否在 DOM 准备好或页面加载后执行 gEBI?您是否在元素上发出警报? iframe中的域是否与源域相同?您使用的是什么浏览器?

if (contentWindow === unidentified) or if (contentWindow === null)

没有未识别这样的东西,它是未定义。放慢速度并保持准确。

关于javascript - Iframe 内容窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4765826/

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