摘要: 一、数组 数组是相同类数据类型的集合。 int [] a=new int []{1,2,3,4,5}; String [] b= new String []{"小二","小三","小四"}; Employee [] c= new Employee[]{自定义类}; 二、多维数组 多维数组是数组的数组 阅读全文
posted @ 2017-06-15 20:23 mauan 阅读(234) 评论(0) 推荐(0)