您可以使用允许将样式放置到选择器的奇数或偶数元素的CSS3.
td:nth-child(odd) { background: #ff0000; } td:nth-child(even) { background: #0000ff; }