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

关于 window.open的问题?

关于 window.open的问题?

智取启辱 2017-04-26 23:10:28
 function openWindow(){            var vunwen=confirm("是否打开新窗口?");            if(vunwen==true){              var tiwen=prompt("请输入新网址:","http://www.imooc.com/");              window.open(tiwen,'_blank','width=400,height=500,menubar=no,toolbar=no');            }            else{                alert("你没有打开新窗口");            }    }//在window.open(tiwen,'_blank','width=400,height=500,menubar=no,toolbar=no');这段代码中,代码可以运行,将 tiwen改成 'http://www.imooc.com/'也可以,但是将 tiwen改成 'tiwen' 便不能跳转到新网页,这是因为什么呢?
查看完整描述

1 回答

?
西兰花伟大炮

TA贡献376条经验 获得超318个赞

因为你这里是tiwen = 'http://www.imooc.com/';     所以你这里的tiwen变量是一个字符串了吧,那你给字符串再加一组引号就错了瑟

查看完整回答
1 反对 回复 2017-04-26
  • 1 回答
  • 0 关注
  • 784 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信