我使用下面的sortwith方法对ArrayList进行排序,我想它将排序顺序从小数到大数。 ... sortedWith(compareBy { it.order }) for (obj in companyList) { println("order ...
確定! 回上一頁