影子复制(shallow copy). 使用copy() 复制出来的是一个新的容器,但其内容都是对源对象内容的引用。 import copy class MyClass: def __init__(self, ...
確定! 回上一頁