▲▲▲解决这样的问题给20分,你一定觉得划算!(up有分)
<table border='1' align='center' width="100%">
<tr>
<th align="left" width="5%">类别</th><th align="left" width="40%">名称</th><th align="left" width="18%">添加日期</th><th align="left" width="5%">添加人</th><th align="left" width="5%">xiazai</th>
</tr>
<%for i=1 to rs.pagesize
if rs.eof then
exit for
end if
%>
<tr>
<td><%=rs("Lbbm")%></td><td><%=rs("Fgmc")%></td><td><%=rs("Tjrq")%></td><td><%=rs("Tjr")%></td><td><A HREF='<%=rs("Cfwz")%>'>下载</A></td>
</tr>
<%
rs.movenext
next
%>
</table>
这是我的输出代码,现在要求改变输出的奇数行和偶数行的BGCOLOR
应该怎么改?