List sort() ... class Example { static void main(String[] args) { def lst = [13, 12, 15, 14]; def newlst = lst.sort(); println(newlst); } }.
確定! 回上一頁