在 Python 中,遍历字典(dictionary)通常意味着访问其键(keys)、值(values)或键值对(key-value pairs)。以下是一些遍历字典的常用方法: 方法 1: 遍历字典的键 my_dict = { 'a': 1, 'b': 2, 'c': 3