Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>定时关闭窗口</title>
</head>
<body>
<script LANGUAGE="JavaScript">
setTimeout('window.close();', 5000);
</script>
<p align="center">5秒后关闭</p>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx