Python 中的 deepcopy 和 copy 发表于2016年7月20日2018年11月17日 作者 Alex Python 中的 deepcopy 有点类似于 C++中的 复制构造函数,只不过 Python 中的 deepcopy 要比 C++ 中的复制构造函数简单的多的多。