Python dict的几种遍历 Erin_JJ 2021-11-17 288 阅读1分钟 for key in dic for value in dic.values() for key, value in dic.items() Python 3.6以后dict默认是按顺序添加的