Qiubang 发表于 2016-1-28 17:54 这样肯定是不可以的,arr是一个地址呢
西贝 发表于 2016-1-28 17:52 1、int [] arr = new int [5]; 这是数组的动态初始化 2、int[] arr ={1,2,3,4,5}