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

这段代码哪里有问题?为什么按按钮没反应的

找了很久,没找出来问题。。。求大神指点


<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

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

  <script type="text/javascript">  

   function openWindow(){

        var conweb=confirm("是否要打开网站");

        

        if(conweb==true){

    var myweb=prompt("输入你要打开的网址","http://www.imooc.com/");}

   

        if myweb!=null{

    window.open(myweb,"_blank","width=400px,height=500px,menubar=no,toolbar=no");}

    

        else {

        alert("结束");}

    }

  </script> 

 </head> 

 <body> 

      <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 

 </body>

</html>


正在回答

2 回答

myweb!=null要加的,用括号括起来。

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

知道问题在哪了。。。谢谢


  if myweb!=null{ 这个部分是不是没必要加的

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

举报

0/150
提交
取消

这段代码哪里有问题?为什么按按钮没反应的

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