Fork me on GitHub
  2019年12月16日
摘要: # import shelve# f=shelve.open('db.shl')# # f['stu1']={'name':'alex1','age':28}# # f['stu2']={'name':'alex2','age':18}# print(f['stu1']) # {'name': 'a 阅读全文
posted @ 2019-12-16 20:03 OBOS 阅读(131) 评论(0) 推荐(0)