将多个byte[]存到一个数组中

mac2022-07-05  14

List tupianlist; byte[] imageByteArray = Base64.decode(tupianstring[i] , Base64.DEFAULT); tupianlist= new ArrayList(); tupianlist.add(imageByteArray);
最新回复(0)