iframe自适应主窗体高度
2021-04-15 08:27
阅读:816
标签:src auto 100% flow set 适应 nload iframe int iframe自适应主窗体高度 标签:src auto 100% flow set 适应 nload iframe int 原文地址:https://www.cnblogs.com/JYuAn/p/8882393.html
function setIframeHeight(iframe) {
if (iframe) {
iframe.height = document.documentElement.clientHeight - 50;
}
};
评论
亲,登录后才可以留言!