jQuery 选择器中,:even可以选择偶数行示例如下$("ul li").css("background","blue");$("ul li:even").css("background","red");