<script type="text/javascript">
function changeFrameHeight(){
setTimeout(function(){
var iFrameID = document.getElementById('iframepage');
if(iFrameID) {
iFrameID.height = "";
iFrameID.height = iFrameID.contentWindow.document.body.scrollHeight + "px";
}
},300)
}
window.onresize=function(){
changeFrameHeight();
}
</script>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…