标签:
var w=window.innerWidth
|| document.documentElement.clientWidth
|| document.body.clientWidth;
var h=window.innerHeight
|| document.documentElement.clientHeight
|| document.body.clientHeight;
标签:
原文地址:http://www.cnblogs.com/Gengry/p/5929242.html