python 的dict

python的字典的方法,我一直以为常用的有:

dict ={"name":"test","age","22"}

dict["name"]

dict.has_key("name")

dict.keys()

dict.values()

dict.items()

 

今天发现有一个

 

dict.get("name") 返回value

 

dict.get("none","value") 返回设置的默认值

posted @ 2018-07-31 10:54  芒果先生丶  阅读(101)  评论(0编辑  收藏  举报