禁用事件冒泡
event.stopPropagation()
禁止默认事件
event.preventDefault()
Last updated 4 years ago
Was this helpful?