. e.preventDefault( ) 取消默认行为 . e.returnValue 取消默认行为,低版本浏览器使用 .e.stopPropagation(); 阻止冒泡,标准方式 . e.cancelBubble = true; 阻止冒泡,IE低版本,标准中已废弃