You are creating a shallow copy, because nested values are not copied, merely referenced. A deep copy would create copies of the values referenced by the list ...
確定! 回上一頁