为什么不按字母顺序排序?

时间:2015-04-07 14:39:12

标签: sorting

我试图在Adobe Air中按字母顺序排序,但它不起作用。

function alphabeticalSort(e:MouseEvent):void
{
    var scores:Array = [boxContents1]; 
    scores.sort(Array.CASEINSENSITIVE);  
}

0 个答案:

没有答案