卡在这节课三天了...
唉,真难搞啊,刚才还会弹出confirm,,这会连confirm都进不去了,有大神在吗,我已经卡在这三天了...
function openWindow()
{var open=confirm("确定打开吗");
if(open==true){
var url=prompt("打开下面网址","http://www.imooc.com/");
if(url!=null)
{window.open('http://www.imooc.com/','_blank',width=500px,height=400px)} };
else
{return;}
else
{return;}
}