level 13
<%
set rs=server.CreateObject("adodb.recordset")
str="select top 12 * from hn_nongye where classId=6 and id<>"&id&" order by id desc"
rs.open str,conn,3,1
if not rs.eof and not rs.bof then
do while not rs.eof
%>
这里的id<>"&id&"是什么意思啊?
2015年05月28日 07点05分
1