iframe 的 onloand事件 根据游览器属性添加下面 bHeight dHeight
var iframe = document.getElementById("lfIframe");
var bHeight = iframe.contentWindow.document.documentElement.scrollHeight;
var dHeight = iframe.contentWindow.document.body.scrollHeight;
iframe.height =bHeight or iframeheight= dHeight
iframe自动适应高度简单js
最新推荐文章于 2025-07-21 10:52:19 发布
本文将介绍如何根据浏览器属性动态调整iframe的高度,并通过示例代码展示具体实现过程,涉及JavaScript操作DOM元素和获取内容窗口的滚动高度。
679

被折叠的 条评论
为什么被折叠?



