程序员人生 网站导航

JavaScript计算iframe高度

栏目:htmlcss时间:2014-01-19 08:08:00

JavaScript 计算iframe高度,方便做到高度自适应:

Math.min(iframe.contentWindow.window.document.documentElement.scrollHeight, iframe.contentWindow.window.document.body.scrollHeight);

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐