标签:src auto 100% flow set 适应 nload iframe int
<iframe src="" frameborder="0" style="overflow-y: auto; overflow-x:hidden;" width=" 100%;" height="100%" id="point_frame" onload="setIframeHeight(this);"></iframe>
function setIframeHeight(iframe) { if (iframe) { iframe.height = document.documentElement.clientHeight - 50; } };
标签:src auto 100% flow set 适应 nload iframe int
原文地址:https://www.cnblogs.com/JYuAn/p/8882393.html