Collections 的 sort 方法,而陣列或 java.util.List 收集的元素必須實作 java.lang.Comparable ,或者呼叫 sort 方法時要指定 java.util.Comparator 。
確定! 回上一頁