//聲明一個二維數組 int[,] cells=int[3,3]; //初始化一個二維整數數組 int[,] cells={{1,0,2},{1,2,0},{1,2,1}}; //List 可通過索引訪問的對象的強類型列表。提供用於對列表進行搜索、排序和操作的方法
blog.csdn.net