Python字典操作详细介绍及字典内建方法分享 创建方法一:>>>dict1={}>>>dict2={'name':'earth','port':80}>>>dict1,dict2({},{'port':80,'n 新建字典