标签:nbsp mic style doc 浏览器 alt inner isp code
window.innerHeight
Chrome浏览器
--------------------------------------------------------------------------------------------
IE8
下面代码适用所有浏览器
var w = window.innerWidth || document.documentElement.clientWidth ;
var w = window.innerHeight || document.documentElement.clientHeight ;
document.body.clientHeight
获取的是body的高度
标签:nbsp mic style doc 浏览器 alt inner isp code
原文地址:https://www.cnblogs.com/hill-foryou/p/13387046.html