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

大神来看下,没看懂这段代码不能运行的原因在哪

<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>   

  <script type="text/javascript">  

function foo(){

    var bli=confirm('确定打开新世界的大门吗?');

    if (bli==ture)

            {var url=prompt("在下面网址输入key就可以啦",'http://www.bilibili.com/');

            if (url!=null)

            {window.open(url,'_blank','width=400,height=500,menubar=no,toolbar=no');}

        else {alert('prompt关闭');}

    else {alert('confirm关闭');}

    }}

  </script> 

 </head> 

 <body> 

 <input type="button" value="打开新世界的大门" onclick="foo()" /> 

 </body>

</html>


正在回答

1 回答

true写错了

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

举报

0/150
提交
取消

大神来看下,没看懂这段代码不能运行的原因在哪

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