前端 阻止冒泡的兼容性写法 小恋 发表于2019-08-09 浏览1002 评论0 function stopBubble(e){if(e&&e.stopPropagation){e.stopPropagation();}else{window.event.cancelBubble=true;}}