<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <% '**************************************************************** '** 版权所有:烈火工作室 演示网站http://www.strongfire.cn ** '** QQ:839225572 邮箱:strongfire2008@163.com ** '** 非正版用户不得擅自非法修改用于商业用途!查出必究。 ** '**************************************************************** %> 添加信息

 

<% set rs =server.createobject("adodb.recordset") sql="select * from class order by ID desc" rs.open sql,conn,1,1 if rs.bof and rs.eof then response.write "" else do while not rs.eof %> <% rs.movenext loop end if rs.close conn.close set conn=nothing %>
请选择发布信息的类别
没有任何分类
"><%=rs("ClassName")%>