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