c#二维数组定义声明
wisdomone1
2012-07-27 19:09:00
Linux操作系统
原创
今天作小系统,要用到二维数组,摘录于此,供后用
int[,] x2 = new int[2, 2] { { 1,1}, {2,2 } };
北京社保官网
2012年8月至9月初面试见闻录