Innocence617
2015-01-08 16:44
var w=window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
var h=window.innerHeight
|| document.documentElement.clientHeight
|| document.body.clientHeight;
可以参考http://www.w3school.com.cn/js/js_window.asp的讲解
还没有人回答问题,可以看看其他问题
JavaScript进阶篇
468060 学习 · 21891 问题
相似问题