asp产品展示如何一排 可以排多个?

2025-06-27 18:39:13
推荐回答(1个)
回答1:

方法N种,我说2种
一种利用for next循环
把for i=1 to rs.recordcount写在或(主要解决是横向循环还是列向循环)上面
闭合的时候写<%rs.movenext
next%>
还有一种while ...wend循环 方法同理