📄 36.htm
字号:
<html>
<head>
<title>弹出一个全屏幕窗口</title>
</head>
<body>
<script language="javascript">
<!--
function popfull(){
window.open("pop-full.htm","","fullscreen=yes");
}
//-->
</script>
<input type="button" value="弹出全屏幕窗口" onClick="popfull()">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -