% dim id,rs,exec id = request.querystring("id") if id = "" or not isnumeric(id) then response.write "" response.end end if set rs=server.createobject("adodb.recordset") exec="select * from [news] where ssfl="&id&" order by id desc " rs.open exec,conn,1,1 if rs.eof then rs.close set rs = nothing conn.close set conn = nothing response.write "" response.end end if set rs2=server.createobject("adodb.recordset") exec2="select * from news_fl where id="&id&" order by id desc " rs2.open exec2,conn,1,1 titlefl = rs2("title") %>
浼佷笟鍔ㄦ€?i>news
<%=rs("description2")%>..
.html" class="more" >read more") rs.close set rs=nothing %>