Reactjs 中onClick阻止冒泡事件的方法: <a href="#" onClick={(event) => { e.stopPropagation(); e.nativeEvent.stopImmediatePropagation();}}>