区别:https://blog.youkuaiyun.com/qq_32851113/article/details/90313108
system.arraycopy是复制数组中制定元素到目标数组(已存在的)
arrays.copyof会创建一个新的数组,并调用了system.arraycopy。
使用参考:https://blog.youkuaiyun.com/fczheng/article/details/99624700
区别:https://blog.youkuaiyun.com/qq_32851113/article/details/90313108
system.arraycopy是复制数组中制定元素到目标数组(已存在的)
arrays.copyof会创建一个新的数组,并调用了system.arraycopy。
使用参考:https://blog.youkuaiyun.com/fczheng/article/details/99624700