level 13
<%
rs.open "select top 10 * from WebConst order by id desc",conn,3,1
%>
<div class="s-contact">
手机:<%if rs("id")="46" then%><%=rs("ConstValue")%>"><%end if%>
</div>
<%
rs.close
%>
2022年04月23日 16点04分
1
level 7
<%
rs.open "select top 10 * from WebConst order by id desc",conn,3,1
if not rs.eof then
%>
<div class="s-contact">
手机:<%if rs("id")="46" then%><%=rs("ConstValue")%>"><%end if%>
</div>
<%
end if
rs.close
%>
2022年05月23日 13点05分
5
怎么不好使那,是不是我的其他地方有问题?
2022年05月24日 15点05分
代码写错了呗,数据库查询语句不对呗
2022年06月09日 06点06分