1.e.stopPropagation()阻止事件冒泡
2.e.preventDefault()阻止事件默认行为
3.return false等效于同时调用e.preventDefault()和e.stopPropagation()