方法比较

可以快速上手的开发文档

#方法比较

python 字典 setdefault()和get()方法比较详解

dict.setdefault(key,default=None)-->有key获取值,否则设置key:default,并返回default,default默认值..