摘要: 调用方法 阅读全文
posted @ 2017-03-16 16:50 陈小银 阅读(532) 评论(0) 推荐(0)
摘要: //js 兼容各浏览器 var h = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; //height var w = window.innerWidth || document.documentElement.clientWidth || documen... 阅读全文
posted @ 2017-03-16 10:51 陈小银 阅读(453) 评论(0) 推荐(0)