GridView时间:2021-11-09 03:47:171.设置间隔变色 css: .oddRow{ background:#fafafa; } js: ,loadComplete:function(){ $("tr.jqgrow:odd").addClass("oddRow"); }