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

在prompt对话框函数中还可以在使用confirm函数吗?<代码如下>

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>prompt</title>
  <script type="text/javascript">
  function rec(){
 var score;
 //score变量,用来存储用户输入的成绩值。
 score = prompt("输入姓名:");
 if(score=="xxx")
 {
    document.write("你最帅!");
 }
 else if(score=="www")
    {
    //alert("come on!");
    var love;
    
    love = confirm("nice day!");
    if(love==true)
    document.write("perfectday");
    
 }
    else
 {
       document.write("要努力了!");
 }
  }
  </script>
</head>
<body>
    <input name="button" type="button" onClick="rec()" value="点这里?" />
</body>
</html>


正在回答

1 回答

执行不了,应该是不能把

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

Paddington 提问者

好的,谢谢!新年快乐
2018-02-15 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

在prompt对话框函数中还可以在使用confirm函数吗?<代码如下>

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