发布于 1年前 Python 如何将键值对转换为字典 result = dict(name='XiaoF', age=23) print(result) # {'name': 'XiaoF', 'age': 23}