摘要:
一 数组:按序排列的同类数据元素的集合称为数组。定义数组 int[] 变量名 = new int [n]; int[] Array = new int[] {1, 3, 5, 7, 9};取值:int a =Array[0];二 ArrayList ArrayList myarry = new Ar 阅读全文
posted @ 2016-08-07 20:50
zhangdandan1
阅读(124)
评论(0)
推荐(0)