if(event && event.stopPropagation) { event.stopPropagation();//现代浏览器 } else { event.cancelBubble = true;//低版本浏览器 }