小编Xia*_*iao的帖子

python OrderedDict 获取关键索引

OrderedDict拿到关键位置吗?

就像是listindex()

test = ['a', 'b', 'c', 'd', 'e']
test.index('b') # return 1
Run Code Online (Sandbox Code Playgroud)

python list ordereddictionary python-3.x

2
推荐指数
1
解决办法
5855
查看次数

标签 统计

list ×1

ordereddictionary ×1

python ×1

python-3.x ×1