python 字典操作提取key,value
http://blog.****.net/hhtnan/article/details/77164198
python 字典操作提取key,value dictionaryName[key] = value
1.为字典增加一项
2.访问字典中的值
3、删除字典中的一项
4、遍历字典
5、字典遍历的keyvalue
6、字典的标准操作符
7、判断一个键是否在字典中
8、python中其他的一些字典方法