1.设置监听(addEventListener)的对象不是你要preventDefault的对象,我就是这种情况,使用全局document.addEventListener,产生滚动的是body下的一个子。
2.event.cancelable为false,则event.preventDefault无效。
参考:
http://www.w3school.com.cn/jsref/event_cancelable.asp
https://hxm890630.iteye.com/blog/2198763
http://www.bubuko.com/infodetail-2558653.html
(这个貌似不好使,但是加上也没啥影响,还是加上吧):https://blog.csdn.net/u010067685/article/details/52279228
https://blog.csdn.net/u010067685/article/details/53033224