window.innerHeight 在ie8中获取不到

2020-12-25 21:26

阅读:448

标签: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的高度

 

 

window.innerHeight 在ie8中获取不到

标签:nbsp   mic   style   doc   浏览器   alt   inner   isp   code   

原文地址:https://www.cnblogs.com/hill-foryou/p/13387046.html


评论


亲,登录后才可以留言!