在Java中,要创建array的克隆,应该使用array的 clone() 方法。 它创建数组的shallow copy 。 克隆总是创建数组的浅表副本。 任何更改(在原始数组中 ...
確定! 回上一頁