摘要:
addEvent:function(el,type,fn,capture) { if (window.addEventListener) { if (type === "mousewheel" && document.mozHidden !== undefined) { type = "DOMMouseScroll"; } ... 阅读全文
posted @ 2016-09-19 14:01
gulan123
阅读(530)
评论(0)
推荐(0)
摘要:
关于clientHeight、offsetHeight、scrollHeight window.screen.availWidth 返回当前屏幕宽度(空白空间) window.screen.availHeight 返回当前屏幕高度(空白空间) window.screen.width 返回当前屏幕宽度 阅读全文
posted @ 2016-09-19 10:25
gulan123
阅读(335)
评论(0)
推荐(0)
浙公网安备 33010602011771号