方案一:touchstart 或 touchend 事件
    document.addEventListener(‘touchstart’,function(){},false);
    方案二:body添加ontouchstart