我有这个清单
a = [OrderedDict([('a','b'), ('c','d'), ('e', OrderedDict([('a','b'), ('c','d') ]))])]
我想在字典中转换 OrderedDict 。
你知道我该怎么办吗?
谢谢 !
python dictionary ordereddictionary python-3.x ordereddict
dictionary ×1
ordereddict ×1
ordereddictionary ×1
python ×1
python-3.x ×1