function bodyScroll(){
event.preventDefault();//阻止默认事件
}
//绑定touchmove事件
document.addEventListener('touchmove', bodyScroll, false);
//解除绑定touchmove事件
document.removeEventListener('touchmove', bodyScroll, false);
function bodyScroll(){
event.preventDefault();//阻止默认事件
}
//绑定touchmove事件
document.addEventListener('touchmove', bodyScroll, false);
//解除绑定touchmove事件
document.removeEventListener('touchmove', bodyScroll, false);
本文标题:手机屏蔽默认滚动条滚动
本文链接:https://www.haomeiwen.com/subject/iuomhttx.html
网友评论