专注前端素材!
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>素材8网教程(study.sucai8.cn)</title> <script> function myFunction(e){ alert(e.bubbles); } </script> </head> <body> <p onclick="myFunction(event)">点击这个段落, 如果事件是一个冒泡事件将弹出警告框提示。</p> </body> </html>
运行结果