今天看了java排序的方法,自己用kotlin寫了一個小的list的排序,程式碼如下 ... { list.add(it) } user3?.let { list.add(it) } Collections.sort(list) ...
確定! 回上一頁