禁用浏览器事件

禁用事件冒泡

event.stopPropagation()

禁止默认事件

event.preventDefault()

Last updated