使用中是否需要以简化方式书写?
实用中我们是否使用比较简便的书写方式呢?类似如下方式书写: $("#menu_female .tag a:last-child").css('color','violet'); $("#menu_con p:first-child").css('color','violet'); $("#menu_con .tag a:lt(4)").css('color','red'); $("#menu_con a[name='setColor']").css('color','blue'); $(".tag a:nth-child(10)").css('color','green');