asp如何让他循环2列,高手帮忙...~~~~~~~~~~~

2024-12-16 04:23:11
推荐回答(1个)
回答1:

加一个 if 判断就可以了。
看你用的是表格,我也就写表格的代码了。


<%if i mod 2 =1 then%>

<%else%>

<%end if%>
数据内容 数据内容

这样就可以了
至于文章访问次数的代码,一般是这样写的,你自己修改下。这个是我用的。
hitsql="update wen set hit=hit+1 where id="&id
conn.execute hitsql