摘要: windowAddMouseWheel(); function windowAddMouseWheel() { var scrollFunc = function (e) { e = e || window.event; if (e.wheelDelta) { //判断浏览器IE,谷歌滑轮事件 ... 阅读全文
posted @ 2018-04-27 15:48 张锐0328 阅读(2212) 评论(0) 推荐(0)