return false 阻止默认事件和冒泡事件event.preventDefault()阻止默认事件但是允许冒泡事件的发生event.stopPropagation()阻止冒泡但是允许默认事件的发生