Python深层拷贝

import copy

new_instance = copy.deepcopy(instance)
原文地址:https://www.cnblogs.com/xhcdream/p/6973721.html