我曾尝试在有序词典中访问该项目。d是有序字典:
d
print d.items()
这里的输出是一对。我想访问此对中的键和值。
python dictionary ordereddictionary
dictionary ×1
ordereddictionary ×1
python ×1