📄 info.asp
字号:
<%'========================================='' 凡人网络购物系统V4.0免费版' FreeDown.Net info@freedown.net ' www.freedown.net' 版权所有·免费版仅供研究测试只用' 商业使用请购买正版''=========================================%>
<!--#include file="top.asp"-->
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="779" height="300">
<tr>
<td valign="top" align="center"><%
set rs=server.createobject("adodb.recordset")
sql="select * from book where typeid="&request("typeid")&" order by id desc"
rs.open sql,conn,1,1
%>
<%
do while not rs.eof
%>
<table width="500" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor=#DBC2B0 height=25><p style="margin-left: 20; margin-right: 20"><b><%=rs("title")%></b></td>
</tr>
<tr>
<td bgcolor="#F5EFE7" height="100" valign="top"><p style="line-height: 150%; margin-left: 10; margin-right: 10"><%=rs("nr")%></td>
</tr>
</table>
<% rs.movenext
loop
rs.close
%></td>
</tr>
</table>
</center>
</div>
<!--#include file="copy.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -