摘要: function fun(){ var wWidth = null, wHeight = null; if(window.innerHeight && window.innerWidth){ wHeight = window.innerHeight; wWidth = window.innerWid 阅读全文
posted @ 2016-11-04 18:18 CodeProducter 阅读(266) 评论(0) 推荐(0)