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 的主体,但 IE9 认为主体未定义。
document.getElementsByTagName("iframe")[0].contentWindow.document.body
函数应该是getElementsByTagName,整行如下:
我刚刚在 IE9 中尝试过,它对我来说工作正常。如果它仍然无法在您的网站上运行,则可能是其他原因(也尝试在 chrome 中测试完全相同的代码,看看是否有效)。