python gc模块垃圾回收 其他 2021-11-22 22:39 0 阅读 #加载gc模块 import gc #垃圾回收 #gc.collect() 返回处理这些循环引用一共释放掉的对象个数 gc.collect() 猜你喜欢