C# [edit]. In C#, assuming that myArray is an array of integers: foreach (int x in myArray) { Console.WriteLine(x); }.
確定! 回上一頁