简单教程
提交运行
代码编辑器:
<script> function load() { alert("页面已经载入!"); } </script> <body onload="load()"> <h1>Hello World!</h1> </body>
运行结果: