Python 字典(Dictionary) items() 函数以列表返回可遍历的(键, 值) 元组数组。items()方法语法:dict.items()
实例:
Python 字典(Dictionary) items()方法
原文:https://www.cnblogs.com/shiheyuanfang/p/13221226.html