原 Python遍历字典的一些基本方法 分类:python 标签: dict 遍历 基础知识,会用到的 脚本: #!/usr/bin/python dict={"a":"apple","b":"banana","o":"orange"} print "##########dict######################" for i in dict: print... 阅读数:823 评论数:2 2018-11-12 18:28:14