2011年11月23日 ... byte[] data3 = new byte[data1.length+data2.length]; System.arraycopy(data1,0, data3,0,data1.length); ...
blog.csdn.net