打開窗口和關(guān)閉窗口為什么button按鈕沒反應(yīng)??!
<!DOCTYPE html>
<html>
<head>
? ? <meta charset="UTF-8">
? ? <title>Document</title>
? ? <script type="text/javascript">
? ? ? ? function wopen(){
? ? ? ? ? ? ?var window=prompt("http://idcbgp.cn");
? ? ? ? ? ? ?if(window!=null){
? ? ? ? ? ? ? ? ? ? ?window.open('http://idcbgp.cn','_blank',width=400px,height=500px,menubar=no,toolbar=no);
? ? ? ? ? ? ?}else{
? ? ? ? ? ? ? ? alert("結(jié)束");
? ? ? ? ? ? ?}
? ? ? ? }
? </script>
?</head>
?<body>
? ? ? <input type="button" value="新窗口打開網(wǎng)站" onclick="wopen()" />
?</body>
</html>
2022-03-25
樓上說的都對的親,謝謝建議,我們會完善一下本小節(jié)。