Object[] o=new Object[100];o[0]=.....好像只能先定义一个固定大小的数组,再赋值.最好使用List 容器
更多的还是使用arrayList
String a = "111";byte[ ] b = a.getbytes();
还是用集合吧
利用集合啊