1.数组复制
void arraycopy(Object src, 原数组 int srcPos, 第几个开始复制 Object dest, 目标数组 int destPos, 目标数据的起始位置 int length) 复制多长