摘要: document.body.addEventListener('touchmove', (e) => { e.preventDefault(); //阻止默认的处理方式(阻止下拉滑动的效果) }, { passive: false }); //passive 参数不能省略,用来兼容ios和andro 阅读全文
posted @ 2021-06-19 15:48 671_MrSix 阅读(61) 评论(0) 推荐(0) 编辑