$("table tr:nth-child(odd)").css("background-color","#eee");
表格隔行变色怎么写?
最新推荐文章于 2022-04-09 21:45:28 发布
$("table tr:nth-child(odd)").css("background-color","#eee");