直接上代码
window.onload = function(){ document.body.addEventListener('touchmove', function (e) { e.preventDefault(); }, {passive: false}); }