pickle load文件时报错 AttributeError: Can't get attribute 'School' on 问题原因: load的时候内存中没有School的地址,load不知道按什么格式反序列化所以报错 解决办法: 在启动文件中导入缺失的模块 ...