private static void order(List<Person> persons) { Collections.sort(persons, new Comparator() { public int compare(Object o1, ...
確定! 回上一頁