<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>php.cn</title>
<script type="text/javascript">
//在<body>中输出一句话
document.write("欢迎来到php.cn");
window.alert("Sorry,The paassword your input is uncorrect,Please try again!")
</script>
</head>
<body>
</body>
</html>
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
最后一行可以不加,但不推荐
javascript语言的特点:
每一条语句后面可以不用添加分号,这是一行只写一条语句的情况;
如果一行写多条语句,每条语句就要使用分号分开;
但是大多数语言都要求末尾加分号,为了看着习惯
so,自愿加不加,但是推荐加
都可以不加,只要换行
加不加都行