📄 10-first.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>first</title>
</head>
<script language="JavaScript">
function goEnd()
{
location.href="10-end.htm";
}
</script>
<body topmargin="50px" leftmargin="30px">
第一页
<form id="mF1">
<input type="button" value="下一页" onclick="JavaScript:window.location.assign('10-second.htm')">
<input type="button" value="尾 页" onclick="goEnd()">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -