📄 info.asp
字号:
<!--#include file="top.asp"-->
<td width="15" height="3"> </td>
<!--#include file="lest.asp"--></td>
<td width="15" height="30"> </td>
<td height="19" valign="top">
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table2" height="205">
<%sql="select sys_network,sys_info from sys"
rs.open sql,conn,3,3%>
<tr>
<td width="4%" valign="top">
<p align="center"> </td>
<td width="92%" valign="top">
<p style="line-height: 200%" align="left">
<br>
<b>
<font color="#FF0000" size="4"> <%=rs("sys_network")%>简介</font></b><br><br>
<%=rs("sys_info")%><%rs.close%></p></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</center>
</div>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -