document.ontouchmove = function(e) {
   e.preventDefault();
} /** 禁止ios默认拉动弹性行为**/
//屏蔽ios下浏览器滚动缓冲效果

 

相关文章: