🌈 搜索
📅  最后修改于: 2022-03-11 14:52:08.400000             🧑  作者: Mango
String[] unique = Arrays.stream(array).distinct().toArray(String[]::new);