function openWindow(){ var a=confirm("是否打开"); var b; if (a){ var b=prompt("请输入网址"); alert(b); window.open(b,'_blank'); } }
添加回答
举报
0/150
提交
取消