怎样禁止页面下拉显示网页信息

document.addEventListener('touchmove', function(e) {
    e.preventDefault();
}, false);

猜你喜欢

转载自www.cnblogs.com/aisowe/p/11512489.html