為什么運(yùn)行不了 求大神解答
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我們互動下</title>
<script type="text/javascript">
function add()
{var mar=confirm("js進(jìn)階篇");
? ? if(mar==true)
? ? {document.write("好好學(xué)習(xí)")};
? ? else
{document.write("祝福你");}
}
</script>
</head>
<body>
<p id="con">js進(jìn)階篇</p>
<form>
? ? <input type="button" value="點(diǎn)擊進(jìn)入" onclick="add()">
?</form>
</body>
</html>
2021-02-22
分號錯(cuò)了 是英文的分號
2019-04-26
{document.write("好好學(xué)習(xí)")};? 這個(gè)分號不應(yīng)在花括號外面
2019-04-23
?{document.write("好好學(xué)習(xí)")};
這段代碼,分號放錯(cuò)位置,然后還是中文格式下的分號