var numericArray:Array = [2,3,4,1,5,8,11]; var sorrtedArray:Array = numericArray.sort((n1,n2)=> n1 > n2);. 嘗試一下. 您的排序方法將出現錯誤,指出參數與調用 ...
確定! 回上一頁