摘要: # -*- coding: utf-8 -*- # -- coding: utf-8 -- import pickle class School(): def __init__(self,name): self.name = name def save(self): # 写入 with open('my', 'wb') as... 阅读全文
posted @ 2018-12-15 10:43 疯狂的骆驼 阅读(104) 评论(0) 推荐(0) 编辑