摘要: shelve模块 import shelve # 序列化 # f = shelve.open(r'sheve.txt') # f['stu1_info'] = {'name': 'EGON', 'age': 28, 'hobby': ['piao', 'smoking', 'drinking']} 阅读全文
posted @ 2021-08-17 21:35 停在夏季 阅读(44) 评论(0) 推荐(0)
-->