移动端禁止滚动条恢复滚动条

//禁止滚动条
document.ontouchmove = function(e){ e.preventDefault();}
//恢复滚动条
document.ontouchmove = function(e){}
记下点滴,等老了慢慢欣赏
原文地址:https://www.cnblogs.com/binmengxue/p/5287507.html