阻止根元素或者body的冒泡和默认行为 addEventListener('touchstart', function(e){ e.preventDefault(); e.stopPropagation(); }, false);
阻止根元素或者body的冒泡和默认行为