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

求问这段代码哪儿有问题

<!DOCTYPE HTML>

<html>

<head>

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

<title>window.open</title>

<script type="text/javascript">

  function Wopen(){

      var xxxxx= confirm("would you like to open");

      if xxxxx== true

      {

  window.open('http://www.imooc.com','_blank','height=600,width=400,top=100,left=0');}

  else

  {

      alert("233333")

      };

    }

    

</script>

</head>

<body>

    <input name="button" type="button" onClick="Wopen()" value="点击我,打开新窗口!" / >

</body>

</html>



为啥我无论选确定还是取消 都直接弹出了?

我想要的是选 取消,就弹出23333

到底哪儿有问题啊 

正在回答

3 回答

if没加括号呀

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

童鞋,你if语句里的条件忘了加括号了。就是这个: if xxxxx== true

加上括号就好了:if (xxxxx== true)

0 回复 有任何疑惑可以回复我~
if (xxxxx == true)

话说这换行也太多了吧...

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

举报

0/150
提交
取消

求问这段代码哪儿有问题

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