📄 about.asp
字号:
<!--#include file=blogdata.asp-->
<!--#include file=function.asp-->
<!--#include file=top.asp-->
<title>关于</title>
<LINK href="images/lx.css" type=text/css rel=stylesheet>
<div align="center">
<%
set rs=server.createobject("adodb.recordset")
rs.open "select * from about" ,conn,1,1
do while not rs.eof
%>
<table border="0" cellpadding="0" cellspacing="0" width="87%" height="303">
<tr>
<td valign="middle" height="303" width="874"><%=Checkstr(rs("about"))%></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
</div>
<!--#include file=Bottom.asp-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -