摘要: /*滚轮事件函数封装*/ Object.prototype.onmousewheelhandlefun=function(handle){ var info=navigator.userAgent; var down=null; if(info.indexOf("Firefox")!=-1){ th 阅读全文
posted @ 2016-11-18 19:55 GoodAmusePackgey 阅读(153) 评论(0) 推荐(0) 编辑