var w=document.documentElement.scrollWidth||document.body.scrollWidth; var h=document.documentElement.scrollHeight||document.body.scrollHeight; document.write(w+"<br>"+h);
输出519和8
我用的chorme高度显示8,换firefox则显示的和window.innerHeight一样的高度了,为正常高度。所以应该是浏览器兼容问题,也就是对documen.documentElement.clientHeight语法的识别,支持与否。
当网页中内容为空白时,chrome浏览器测试的宽高为:370*8;增加内容,高会相应增加,所以chrome浏览器应该返回的是网页内容的实际高度。
我用的chorme高度显示8,换firefox则显示的和window.innerHeight一样的高度了,为正常高度。所以应该是浏览器兼容问题,也就是对documen.documentElement.clientHeight语法的识别,支持与否。
网页内容。。。。内容。。。。。