📄 up-down-vertical.html
字号:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<BODY>
<center>
<form>
<input type=button value="Show Scroller" onClick="window.open('scroller.html','','width=325,height=400');">
</form>
</center>
<script language="JavaScript">
<!-- Begin
var popup = "no"; // just change "no" to "yes"
if (popup == "yes") window.open('scroller.html','','width=325,height=400');
// End -->
</script>
</BODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -