在js中加一个空的touchstart函数
$(function(){
document.body.addEventListener('touchstart',function(){
});
或在<body ontouchstart="">
2023-08-06 15:03:04
在js中加一个空的touchstart函数
$(function(){
document.body.addEventListener('touchstart',function(){
});
或在<body ontouchstart="">