问答详情
源自:9-19 网页尺寸scrollHeight

8是怎么回事,哪个网页的高度会为8

var w=document.documentElement.scrollWidth||document.body.scrollWidth;
var h=document.documentElement.scrollHeight||document.body.scrollHeight;
document.write(w+"<br>"+h);

输出519和8

提问者:kimo 2015-06-27 16:51

个回答

  • hey自然
    2015-08-21 21:14:08
    已采纳

    我用的chorme高度显示8,换firefox则显示的和window.innerHeight一样的高度了,为正常高度。所以应该是浏览器兼容问题,也就是对documen.documentElement.clientHeight语法的识别,支持与否。

  • Jayson_Cho
    2016-01-04 17:24:23

    当网页中内容为空白时,chrome浏览器测试的宽高为:370*8;增加内容,高会相应增加,所以chrome浏览器应该返回的是网页内容的实际高度。

  • hey自然
    2015-08-21 21:13:56

    我用的chorme高度显示8,换firefox则显示的和window.innerHeight一样的高度了,为正常高度。所以应该是浏览器兼容问题,也就是对documen.documentElement.clientHeight语法的识别,支持与否。

  • wlzcool
    2015-06-27 17:48:02

    网页内容。。。。内容。。。。。