我叫孟小跳灬
2015-03-18 22:29
<!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 wocao(){
window.close();
}
</script>
</head>
<body>
<input name='button' type='button' onClick='wocao()'value='点击关闭'/>
</body>
</html>
能关啊?你用ff或者Chrome试试
JavaScript入门篇
739817 学习 · 9566 问题
相似问题