println("before sort") for (man in list) { println(man) } list.sortedWith(Comparator {lh, rh -> if (lh.type.compareTo(rh.type) == 0) {
確定! 回上一頁