<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql = "select top 11 * from yl_info where fid=5 order by id desc"
rs.open sql,conn,1,1
do while not rs.eof
%>
- 【<%=title%>】 发布于:{@adddate}
- 留言内容:{@content}
- 站长回复:{@huifu}
<%
rs.movenext
loop
rs.close
Set rs = nothing
%>
{cw:bookpage}