28,406
社区成员
发帖
与我相关
我的任务
分享
</tr>
<tr>
<td height="20" align="center">
<%
if iflogined then '判断登陆情况,其它字段输出同理
%>
<font color="#FF0000">会员价¥ <%=rs("hw_price2")%>元 </font>
<%
else
%>
<font color="#FF0000">仅会员</font>
<%
end if
%>
</td>
</tr>
</table>
</td>
<%if i=5 and (tejia-i_p)>=5 then%>
</tr>
<tr>
<%end if%>
<%rs.movenext
loop
rs.close
set rs=nothing%>
</tr>