发布于 1年前

Python 如何将键值对转换为字典

result = dict(name='XiaoF', age=23)

print(result)
# {'name': 'XiaoF', 'age': 23}
©2020 edoou.com   京ICP备16001874号-3