点是点否结果都一样,一脸懵逼的小白求教
function Wopen(){
var mymessage= confirm("是否打开慕课网?");
if(mymessage=true){
window.open('http://www.imooc.com','_blank','toolbar=yes');
}
else
{
window.open('http://www.baidu.com','_top','width=950','height=600','menubar=yes','toolbar=yes','scrollbars=yes','status=yes',);
}
}
点否想实现打开百度,哪里的坑求爬坑