长风在西瓜糖里
Blog
Books
Garden
如何获取字典中的第一个键
2022-02-01
list(<dict>.keys())[0]
:获取字典的键,然后使用 #list 转换为列表并取第一个值
#
python
#
howto
#
list
#
dict