(sort comparator coll). 返回对 coll 进行排序之后得到的序列。 如果不指定 comparator , 那么默认使用 compare. , comparator 必须实现 java.util.Comparator 。
確定! 回上一頁