<!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");
mywin.close();
</script>
</head>
<body>
</body>
</html>
如果弹出了一个窗口,就可以用它关闭对应的窗口
就是关闭刚刚代码中打开的页面 "http://www.imooc.com",相当于刚打开就关闭了,所以会看到屏幕闪一下,还在当前页面