<script language="javascript">
function iframeLoad()
{
document.getElementById("iframe").height=0;
document.getElementById("iframe").height=document.getElementById("iframe").contentWindow.document.body.scrollHeight;
}
</script>
<iframe id="iframe" frameborder="0" src="index.html" onload="iframeLoad()" height="100%" width="100%" name="iframe"></iframe>
转载请注明原文地址: https://www.6miu.com/read-2622009.html