在Java中,当使用clone()方法复制一个数组时,它会返回一个新的数组,该数组中的数据是从原始数组复制而来的。例如:
int[] a = {1,2,3}; int[] b = a.clone();
用户名或邮箱地址
密码