📄 favorite.html
字号:
<html>
<head>
<title>AMBER SOFT</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
function pop()
{
Flash=window.open("flash.html","","fullscreen=1,toolbar=0,location=0,directories=0,status=0,menubar=0,resizable=0,top=10000,left=10000");
var windowX = window.screen.width ;
var windowY = window.screen.height;
Flash.resizeTo(400,320);
Flash.moveTo((windowX-400)/2,(windowY-320)/2);
window.close();
Flash.focus();
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" onload="pop()">
<BR><BR><BR>
<CENTER><a href="#" onclick="pop()">点击这里开始</a></CENTER>
</body>
</html>
<html></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -