摘要: 1 window.onload=function(){ 2 changeDivHeight(); 3 } 4 //当浏览器窗口大小改变时,设置显示内容的高度 5 window.onresize=function(){ 6 changeDivHeight(); 7 } 8 function changeDivHeight(){ 9 var h = docu... 阅读全文
posted @ 2017-07-11 11:04 =DLSS=webZT 阅读(1144) 评论(0) 推荐(0) 编辑