慕粉3936910
2016-12-18 13:11
<!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>
" mywin.close() " 你可以看作是: window.open('http://www.imooc.com').close();
这个变量就是存了一个原生的方法
JavaScript入门篇
739818 学习 · 9566 问题
相似问题