在js中加一个空的touchstart函数
$(function(){ document.body.addEventListener('touchstart',function(){
});
或在<body ontouchstart="">