javascrip笔记

来源:互联网 发布:小埋同款披风淘宝 编辑:程序博客网 时间:2024/06/06 04:53

<html>
<head>
<script>
function message()
{
alert("通过onload显示,body与onload之间无=号")
}
</script>
</head>
<body onload="message()">
</body>
</html>

javascript为大小写敏感语言,html不敏感

原创粉丝点击