1、这是JDK提供的方法System.arraycopy(src, srcPos, dest, destPos, length);src:源数组srcPos:复制开始位置dest:目标数组destPos:目标数组开始位置length:复制的长度