React base::事件绑定原理 示例 <button onClick={handleClick}> base::JSX 注意 因此我们如果不想要事件冒泡的话,调用 event.stopPropagation 是无效的,而应该调用event.preventDefault。 指向原始笔记的链接