运行 ❯
使用您自己的
C#
服务
×
更改指派
更改主题,深色 / 浅色
前往 Spaces
using System; namespace MyApplication { class Program { static void Main(string[] args) { string[] cars = {"Volvo", "BMW", "Ford", "Mazda"}; for (int i = 0; i < cars.Length; i++) { Console.WriteLine(cars[i]); } } } }
沃尔沃
宝马
福特
马自达