C# Array 类C# 数组Array 类是C# 中所有数组的基类,它是在System 命名空间中定义。 ... Array.Sort(list); Console.Write("排序数组: "); foreach (int i in list)
確定! 回上一頁