编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function myFunction(e) { alert(e.timeStamp); } </script> </head> <body> <p onclick="myFunction(event)">Click this paragraph. An alert box will alert the timestamp.</p> </body> </html>
结果:
【此窗口】
帮助?