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