Collections.sort(list); Collections.reverse(list);. 或者: Collections.sort(list, new Comparator<Long>() { public int compare(Long o1, ...
確定! 回上一頁