<% dim rns classID="78" set rns=conn.Execute("SELECT top 4 * FROM product where classID="&classID&" order by id desc") do while(not rns.eof and ii<=4) %>
" class="STYLE1"><%=cutstr(rns("title"),46)%>
<% rns.movenext ii=ii+1 loop rns.close %>
粤ICP备09025607号