try: import cPickle as pickle #python 2 except ImportError as e: import pickle #python 3 参考文献: python 序列化之JSON和pickle详解