使用确认对话框判断 confirm
function Wopen(){
var string
if(string=confirm("是")){
window.open("https://www.imooc.com","_blank","width=300,height=200");
}else{
document.write("不打开");
}
}
function Wopen(){
var string
if(string=confirm("是")){
window.open("https://www.imooc.com","_blank","width=300,height=200");
}else{
document.write("不打开");
}
}
2022-04-01
举报