java

array copy

system.arrayCopy(soureArray,src_pos,targetArray,tar_pos,length);

原文地址:https://www.cnblogs.com/anjsoft/p/3438935.html