我用的是谷歌浏览器,关闭不掉网页
<!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");
function closewin()
{
mtwin.close();
}
</script>
</head>
<body>
<input name="button" type="button" onClick="closewin" value="点击关闭"/>
</body>
</html>
//再加一个按钮,你们点击关闭可以关闭网页吗 ??我的关不掉