简单教程
提交运行
代码编辑器:
<script> function myFunction(e){ alert(e.bubbles); } </script> <p onclick="myFunction(event)">点击这个段落, 如果事件是一个冒泡事件将弹出警告框提示</p>
运行结果: