xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>W3Cschool教程(w3cschool.cn)</title>
<script>
function load()
{
alert("页面已经载入!");
}
</script>
</head>
<body onload="load()">
<h1>Hello World!</h1>
</body>
</html>