在Python中如何强制回收内存 如何在Python字符串中使用变量 在Python中如何将JSON加载到OrderedDict中 在Python中如何强制回收内存 方法1-使用gc.collect() import gc gc.collect() 方法2-使用del biglist = [blah,blah,blah] #... del biglist 如何在Python字符串中使用变量 在Python中如何将JSON加载到OrderedDict中