python 字典操作提取key,value的方法 python字典操作提取key,valuedictionaryName[key]=value1.为字典增加一项2.访问字典中的值3、删除字典 字典操作提取