<html>
<head>
<script>
function message()
{
alert("通过onload显示,body与onload之间无=号")
}
</script>
</head>
<body οnlοad="message()">
</body>
</html>
javascript为大小写敏感语言,html不敏感
<html>
<head>
<script>
function message()
{
alert("通过onload显示,body与onload之间无=号")
}
</script>
</head>
<body οnlοad="message()">
</body>
</html>
javascript为大小写敏感语言,html不敏感