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

//禁止滚动条
document.ontouchmove = function(e){ e.preventDefault();}
//恢复滚动条
document.ontouchmove = function(e){}

 

posted @ 2016-03-17 15:08  归尘2016  阅读(463)  评论(0编辑  收藏  举报