新建字典

可以快速上手的开发文档

#新建字典
新建字典

Python字典操作详细介绍及字典内建方法分享

创建方法一:>>>dict1={}>>>dict2={'name':'earth','port':80}>>>dict1,dict2({},{'port':80,'n..