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

为什么按钮没有反应

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我们互动下</title>
<script type="text/JavaScript">
function rec(){
    var content=prompts("输入你的内容");
    if(content=="JS进阶篇"){
        alert("关注JS高级篇");
    }
    else{
        alert("还是要多多看看JS");
    }
    
}
</script>
</head>
<body>
    <input type="button" value="点击按钮" onclick="rec();" />
</body>
</html>

正在回答

1 回答

prompt,不是prompts

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

慕勒0567253 提问者

非常感谢!我老是放一些细心的错误
2017-10-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么按钮没有反应

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