问答详情
源自:2-6 JavaScript-关闭窗口(window.close)

为什么我的弹不出窗口?

<!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://www.imooc.com");

 

  </script>

</head>

<body>

</body>

</html>


提问者:慕粉1617258184 2017-11-10 10:26

个回答

  • 慕斯慕斯
    2017-12-19 23:01:59

    在<script>标签中加入document.write(mywin); 就可以弹出新窗口了。

  • 恒者能胜
    2017-11-10 15:18:37

    这是变量啊

  • qq_becasueofyou_0
    2017-11-10 11:50:35

    不知道 没问题的我复制在我的这里面是可以打开的