为了账号安全,请及时绑定邮箱和手机立即绑定

为什么运行不了 求大神解答

<!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进阶篇");

    if(mar==true)

    {document.write("好好学习")};

    else

{document.write("祝福你");}

}

</script>

</head>

<body>

<p id="con">js进阶篇</p>

<form>

    <input type="button" value="点击进入" onclick="add()">

 </form>

</body>

</html>


正在回答

3 回答

分号错了 是英文的分号

0 回复 有任何疑惑可以回复我~

{document.write("好好学习")};  这个分号不应在花括号外面

0 回复 有任何疑惑可以回复我~

 {document.write("好好学习")};

这段代码,分号放错位置,然后还是中文格式下的分号

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么运行不了 求大神解答

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信