... list.add("234"); list.add("99"); list.add("99"); list = list.stream().distinct().collect(Collectors.toList()); System.out.println(list.
確定! 回上一頁