var w=document.body.offsetWidth;
var h=document.body.offsetHeight||document.documentElement.offsetHeight;
document.write("宽:"+w+"</br>高:"+h);
offsetHeighth获取的是网页内容的高度,所以是8,你的内容多了高度就大了