index.htm

来自「入门级asp.netC#网站三层系统开发」· HTM 代码 · 共 20 行

HTM
20
字号
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>后台管理</title>
    
</head>
<frameset border="0" cols="180,*" frameborder="no" framespacing="0" rows="*">
	<frame id="LeftFrame" name="LeftFrame" noresize="noresize" src="LeftFrame.htm" title="LeftFrame" />
	<frameset border="0" frameborder="no" framespacing="0" rows="35,*">
		<frame id="TopFrame" name="TopFrame" noresize="noresize" scrolling="No" src="TopFrame.htm" title="TopFrame" />
		<frame id="MainFrame" name="MainFrame" noresize="noresize" src="Admin_Main.aspx" title="MainFrame" />
	</frameset>
<noframes>

</noframes>
</frameset>
<body>

</body>
</html>

⌨️ 快捷键说明

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