list.add(new Form("CCCCC",3));. list.sort((left,right)=>left.age.compare(right.age));. Note: age is age. If you need to descend the order according to age, ...
確定! 回上一頁