我這個咋又給我打開了一個新的主網(wǎng)頁呢 是不是因為瀏覽器的原因
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>close()</title>
? <script type="text/javascript">
???? var mywin=window.open("http://idcbgp.cn");
?window.close();
? </script>
</head>
<body>
</body>
</html>
2019-07-18
window.close(mywin)
2019-07-08
你要關的是mywin,mywin.close();