gpt4 book ai didi

javascript - 空 iFrame 加载行为不同

转载 作者:行者123 更新时间:2023-12-03 12:42:12 24 4
gpt4 key购买 nike

任何人都可以帮我确定为什么此 iframe 在 Chrome 和 Firefox 中的行为不同吗?

$('<iframe id="iframe1"></iframe>').appendTo($('.main')).contents().find('html').html("<h1 style='text-align: center;'>This IS an iframe</h1>");

http://jsfiddle.net/ioowilly/L9uAX/

最佳答案

或者试试这个

$('<iframe id="iframe1" src="javascript:undefined;" ></iframe>').appendTo($('.main')).contents().find('body').html("<h1 style='text-align: center;'>This IS an iframe</h1>");

关于javascript - 空 iFrame 加载行为不同,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23496388/

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