求教, 第二章的编程练习
function openWindow(){ var openUrl = confirm("确定打开网址吗?"); if(openUrl==true){ window.open('http://www.imooc.com','_blank','width=400','height=500','toolbar=no','menubar=no'); } } 这么写为什么打不开
function openWindow(){ var openUrl = confirm("确定打开网址吗?"); if(openUrl==true){ window.open('http://www.imooc.com','_blank','width=400','height=500','toolbar=no','menubar=no'); } } 这么写为什么打不开
2016-07-28
举报