python use dbm persistence dict

df -h check the disk usage friendly

db=dbm.open("aaa.db","c")

db["key"]="1"

db.close()

不是特别好用,value必须是字符串,数字不行,

XX

not useful

原文地址:https://www.cnblogs.com/lexus/p/2441405.html