index.htm

来自「注册用户管理模块」· HTM 代码 · 共 16 行

HTM
16
字号
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>注册用户管理</title>
</head>
<frameset rows="80,*" framespacing="1" frameborder="NO" border="1" bordercolor="#EBE9ED">
  <frame src="ch5top.htm" name="topFrame" scrolling="NO" noresize bordercolor="#00FFFF">
  <frameset rows="*" cols="137,*" framespacing="0" frameborder="NO" border="0" bordercolor="#00FFFF">
		<frame src="ch5left.htm" name="leftFrame" scrolling="NO" noresize bordercolor="#00FFFF">
		<frame src="ch5main.htm" name="mainFrame" bordercolor="#00FFFF">
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?