当前位置:主页 > 网页前端 > JavaScript代码 >
时间:2021-08-03 08:58:04 | 栏目:JavaScript代码 | 点击:次
方法一:
$(document).on('touchmove',function(e){ e.preventDefault(); })
方法二:
position: fixed;top:0;left: 0;