摘要: c#:int[] array1; int[] array2 = new int[2]; int[] array3 = new int[] { 1, 2, 3 };//new int[]方括号中可以写长度也可以不写,但是写了的话必须和花括号中的元素数量相等,不等则报错 ... 阅读全文
posted @ 2014-11-05 00:50 龙骑骑龙 阅读(505) 评论(0) 推荐(0)