int[] a=new int[2];
是不是使用前一定要声明数组的长度?
如果我声明的长度是2,但是不够用了怎么办?