java(6)数组
摘要:
创建数组: int i[] = new int[100];C#中int[] i = new int[100]; 多维数组:int i[][] = new int[4][4]; 数组初始化: 数组有默认初始值,与.net不一样;int a[] = new int[10]; a[1] = 2; 数组的复 阅读全文
posted @ 2016-05-01 18:37 言满天下 阅读(125) 评论(0) 推荐(0)
posted @ 2016-05-01 18:37 言满天下 阅读(125) 评论(0) 推荐(0)
posted @ 2016-05-01 18:18 言满天下 阅读(571) 评论(0) 推荐(0)
posted @ 2016-05-01 16:36 言满天下 阅读(102) 评论(0) 推荐(0)