标签: sorting
我试图在Adobe Air中按字母顺序排序,但它不起作用。
function alphabeticalSort(e:MouseEvent):void { var scores:Array = [boxContents1]; scores.sort(Array.CASEINSENSITIVE); }