為什么我這個(gè)打不開呀
<!DOCTYPE html>
<html>
?<head>
? <title> new document </title>?
? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>??
? <script type="text/javascript">?
??? function openWindow(){
??? var b=confiem("三風(fēng)水");
if(b){window.open('http://idcbgp.cn/','_blank','width=400px,height=500px);}
?? else{alert("進(jìn)來");openWindow();
???
? </script>
?</head>
?<body>
?? <input? name="button" type="button" value="新窗口打開網(wǎng)站" onClick="openWindow()" />
?</body>
</html>
2020-10-22
var b=confiem("三風(fēng)水");
以上的confiem應(yīng)該為confirm吧。