#非第一个元素 .someclass:not(:first) #非$('.test')以外的元素 .someclass:not(.test) #非第一个元素或第五个元素 .someclass:not(:first,eq(4))