获取浏览器大小

1 var w=window.innerWidth
2 || document.documentElement.clientWidth
3 || document.body.clientWidth;
4 
5 var h=window.innerHeight
6 || document.documentElement.clientHeight
7 || document.body.clientHeight;

 

posted @ 2016-06-02 09:17  Kyrie.Xu  阅读(91)  评论(0编辑  收藏  举报