摘要: JS获取浏览器宽高的兼容写法: var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;var h = window.innerHeight || document. 阅读全文
posted @ 2016-04-26 17:08 SKILL·NULL 阅读(1043) 评论(0) 推荐(0) 编辑