% id=int(request.QueryString("id")) set rs=server.CreateObject("adodb.recordset") sql="select * from jiedai_news where id="&id rs.open sql,conn,1,1 if not rs.eof then title=rs("title") classid=rs("classid") xxfrom=rs("xxfrom") author=rs("author") addtime=rs("addtime") content=rs("content") end if rs.close set rs=nothing %>
<%=title%> |
<%=content%> |