window.innerHeight
Chrome浏览器
--------------------------------------------------------------------------------------------
IE8

下面代码适用所有浏览器
var w = window.innerWidth || document.documentElement.clientWidth ;
var w = window.innerHeight || document.documentElement.clientHeight ;
document.body.clientHeight
获取的是body的高度

浙公网安备 33010602011771号