摘要: public static void main(String[] args) { //创建数组的第一种方法 int[] arr=new int[6]; int intValue=arr[5]; //System.out.println(intValue); //创建数组的第二种方法 int[] x= 阅读全文
posted @ 2016-10-27 11:55 Sunray0330 阅读(280562) 评论(0) 推荐(6) 编辑