摘要:1 数组是引用类型的变量,元素保存在托管堆中元素的引用保存在栈中。交错数组和矩形数组的使用格式如下: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace ArrayTest 7 { 8 class Program 9 {10 static void Main(string[] args)11 {12 string[][] array=new string[2]...
阅读全文
浙公网安备 33010602011771号