下面的代码给了我相同颜色的行。如何用相同的颜色突出显示此表中的交替行
<logic:iterate id="ulist" name="HomeForm" property="userList">
<tr >
<td class="content"><bean:write name="ulist" property="username" /> </td>
<td class="content"><bean:write name="ulist" property="city" /> </td>
</tr>
</logic:iterate>