简单教程
提交运行
代码编辑器:
<script> function myFunction(e){ alert(e.timeStamp); } </script> <p onclick="myFunction(event)">点击这一段。弹出一个警告框,含有时间戳</p>
运行结果: