Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>全屏窗口</title>
</head>
<body>
<script>
<!--
function channel(){
window.open("/","","channelmode,scrollbars")
}
//-->
</script>
<form>
<input type="button" onClick="channel()" value="打开全屏窗口" name="button">
</form>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx