Heim > Fragen und Antworten > Hauptteil
<!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("Entschuldigung, das von Ihnen eingegebene Passwort ist nicht korrekt. Bitte versuchen Sie es erneut!")
</script>
</head>
<body>
</body>
</html>
寻觅 beyond2018-03-17 23:58:36
javascript语言的特点:
每一条语句后面可以不用添加分号,这是一行只写一条语句的情况;
如果一行写多条语句,每条语句就要使用分号分开;
但是大多数语言都要求末尾加分号,为了看着习惯
so,自愿加不加,但是推荐加