📄 main.ascx
字号:
<%@ Register TagPrefix="mynews" TagName="top" src="top.ascx"%>
<link rel="stylesheet" href="style.css">
<mynews:top runat="server"/>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="4">
<tr>
<td height="32px">
<a href="./newsadd.aspx">添加新闻</a>
<a href="./newsmanager.aspx">新闻管理</a>
<a href="./classmanager.aspx">分类管理</a>
<a href="./login.aspx?action=logout">退出管理</a>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -