dom0
1.evt.stopPropagation() 阻止事件传播 在ie不兼容
2.返回 flase即可
ie用
evt.cancelBubble=true
dom2
1.evt.preventDefault()