https://blog.csdn.net/koukehui0292/article/details/82993958
Python的 深度拷贝:
import copy
d=copy.deepcopy(alist)