📜  onclick stoppropagation - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:30.387000             🧑  作者: Mango

代码示例3
// "event" is not universally supported, so instead grab the first
// argument passed through the onclick handler and call
// "stopPropagation()" on it
...