List集合去重 一、String去重 //set集合去重,不改变原有的顺序 public static void removeDuplicate1(List<String> list){ System.o … Continue reading List集合去重