Ctrl+/
IE11
F11
ESC
PgUp
PgDn
第一种方法:用 window.open实现<br>
window.open("/", "手册网","toolbar=no,location=no,directories=no,menubar=no,
scrollbars=no,resizable=yes,status=no,top=0,left=0")
<br>
第二种方法:打开一个全屏的页面<br>
window.open("/index.html", "", "fullscreen=yes")
CSS代码...
JS代码...
xxxxxxxxxx