简单教程
提交运行
代码编辑器:
<script> function mymessage(){ alert("消息在 onload 事件触发后弹出。"); } </script> <body onload="mymessage()"></body>
运行结果: