高度為什么會是8.。。。
370*8????
var w=document.documentElement.scrollWidth
? || document.body.scrollWidth;
var h=document.documentElement.scrollHeight
? || document.body.scrollHeight;
document.write("寬度:"+w+"
"+"高度:"+h)
370*8????
var w=document.documentElement.scrollWidth
? || document.body.scrollWidth;
var h=document.documentElement.scrollHeight
? || document.body.scrollHeight;
document.write("寬度:"+w+"
"+"高度:"+h)
2015-10-27
舉報
2015-10-27
scrollHeight表示的是頁面的真實高度,不是瀏覽器窗口的高度