Versions with this page:
Versions without this page:
对所有数组元素进行排序。
Var hello = new Array ("c", "a", "b"); hello.Sort(); print(hello); // 打印 a、b 和 c。
注意:此功能仅适用于 javascript。C# 不使用此功能。