$("ul :nth-child(5n)").css("background-color""red");

 

  这样可以选择 5 的倍数行 

相关文章: