为什么打不开网页
var function openWindow()
{
var mychose=confirm("是否打开网站");
if(mychose==true);
{
windows.open('www.imooc.com','_blank','width:400px,height:500px,menubar:no,toolbar:no');
}
else(mychose==false);
{
alert("sorry");
}
};
var function openWindow()
{
var mychose=confirm("是否打开网站");
if(mychose==true);
{
windows.open('www.imooc.com','_blank','width:400px,height:500px,menubar:no,toolbar:no');
}
else(mychose==false);
{
alert("sorry");
}
};
2019-09-24
举报