数组复制:循环单个COPY比System.arraycopy慢,因为arraycopy使用的是JNI方法。Arraycopy方法参数:System.arraycopy(来源数组,来源数组起始位置,目的数组,目的数字起始位置,复制数目)