最后打开的页面不行,看别人的差不多就是找不到错在哪?有没有大佬看一下的。function openWindow(){ var tt=confirm("是否打开?"); if (tt==true){ var web=prompt("请输入网址","http://www.imooc.com/"); window.open(web,'_blank','width=400px,height=500px,menubar=no,toolbar=no') } }
添加回答
举报
0/150
提交
取消