7——1 shelve 模块
Posted yikedashuyikexiaocao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了7——1 shelve 模块相关的知识,希望对你有一定的参考价值。
mport shelve f=shelve.open(r‘sheve.txt‘) # f[‘stu1_info‘]={‘name‘:‘egon‘,‘age‘:18,‘hobby‘:[‘piao‘,‘smoking‘,‘drinking‘]} # f[‘stu2_info‘]={‘name‘:‘gangdan‘,‘age‘:53} # f[‘school_info‘]={‘website‘:‘http://www.pypy.org‘,‘city‘:‘beijing‘} print(f[‘stu1_info‘][‘hobby‘]) f.close()
以上是关于7——1 shelve 模块的主要内容,如果未能解决你的问题,请参考以下文章
python模块(shelve,xml,configparser,hashlib,logging)