gpt4 book ai didi

jquery 不会改变 iframe html

转载 作者:行者123 更新时间:2023-11-28 03:16:36 24 4
gpt4 key购买 nike

我有以下代码,但它在 ipad 上不起作用

$('#video_container').html('<iframe width="560" height="335" src="'+URL+'" frameborder="0" allowfullscreen>');

但它有效

$('#video_container').html('<p>Hello world!!</p>');

上述代码适用于所有浏览器,但适用于所有桌面。

任何人都可以给我任何提示/建议。提前致谢。

最佳答案

你试过没有“allowfullscreen”吗?

$('#video_container').html('<iframe width="560" height="335" src="'+URL+'" frameborder="0">');

关于jquery 不会改变 iframe html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27320931/

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