# Deep copy. Code. import copy. class A():. def __init__(self):. self.data = 1. lst_org = list(). lst_org.append(A()). lst_org.append(A()).
確定! 回上一頁