Python支持对字典的遍历,有多种遍历字典的方式:所有的键值对,键或者值。 遍历所有的键值对: people = {‘name’:’winter’, ‘age’:’25’, ‘sex’:’man’, … Continue reading 遍历字典
Python支持对字典的遍历,有多种遍历字典的方式:所有的键值对,键或者值。 遍历所有的键值对: people = {‘name’:’winter’, ‘age’:’25’, ‘sex’:’man’, … Continue reading 遍历字典