370*8???? var w=document.documentElement.scrollWidth || document.body.scrollWidth; var h=document.documentElement.scrollHeight || document.body.scrollHeight; document.write("宽度:"+w+""+"高度:"+h)
scrollHeight表示的是页面的真实高度,不是浏览器窗口的高度