编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function myFunction() { alert("Page is loaded"); } </script> </head> <body onload="myFunction()"> <h1>Hello World!</h1> </body> </html>
结果:
【此窗口】
帮助?