摘要: public static void CreateAndInitThreeArray() { Array array = Array.CreateInstance(typeof (Int32), 2, 3, 4); for (int i = array.GetLowerBound(0); i <=array.GetUpperBound(0); i++) { for(int j=array.G...
阅读全文
posted @ 2011-01-16 21:08 何必 阅读(38) 评论(0)
编辑