在遍历字典时,需要注意以下事项:
for key in dict
for key, value in dict.items()
dict.keys()
dict.values()
dict.items()
sorted()