qq_慕尼黑0053499
2019-10-15 15:50
function openWindow()
{
var a;
var b;
a=confirm("是否打开?");
if(a==true){
b=prompt("请输入‘确认’点击确定打开网站");
if(b=="确认"){
window.open('http//www.imooc.com/');
}else{
document.write("输入有误");
}
}else{
document.write("已经取消");
}
}
语法没问题,但是你网址拼错了,http后面应该有个冒号。
JavaScript入门篇
739817 学习 · 9566 问题
相似问题