c#中的二維數組和交錯數組的區別

namespace 基本功修煉 { class Program { static void Main(string[] args) { //定義二維數組 int[,] iArray = new int[2, 2]; iArray[0, 0] = 1; //給二維數組的第一個元
相關文章
相關標籤/搜索