groovy 中list去除重複資料以前在java裡面要想去除list中的重複資料可以使用兩 ... j -- ) { if (list.get(j).equals(list.get(i))) { list.remove(j); } ...
確定! 回上一頁