js禁止页面滚动

32 阅读1分钟
document.body.addEventListener('touchmove',function(e){
     e.preventDefault()
},{passive:false})