下面部分用这个思路应该可以做到!
<ul style="list-style:none;">
<%'数据库连接省略
while not rs.eof
if i=1 or i=2 or i=3 then
cs="span1"
else
cs="span2"
end if
for i=1 to 10
msg=msg&"<li><span class="&cs&">1</span>"&rs(标题字段)&"</li>"
next
response.write msg
%>
</ul>
<ul style="list-style:none;">
<%'数据库连接省略
while not rs.eof
if i=1 or i=2 or i=3 then
cs="span1"
else
cs="span2"
end if
for i=1 to 10
msg=msg&"<li><span class="&cs&">1</span>"&rs(标题字段)&"</li>"
next
response.write msg
%>
</ul>
Q:1428196631,百度:开发地 即可找到我,有事请留言!