猿问

请问为什么加上alert那一段代码,浏览器就没有任何反应了呢?


<!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");

     var ipt=window.confirm("If close the new window?");

     if(ipt==1)

       mywin.close()

      alert("已关闭窗口!");

     else

      alert("已打开窗口!");

</script>

</head>

<body>

</body>

</html>

大丸子哟
浏览 1366回答 3
3回答

FSYu

if语句超过一句就要有花括号
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答