Cloning always creates shallow copy of array. Any change (in original array) will be reflected in cloned array as well. Clone an array ...
確定! 回上一頁