e.stopPropagation() //用来阻止事件的冒泡
e.preventDefault() //用来阻止事件默认的行为
return false //两者皆阻止