| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx

python怎么生成一个嵌套字典,不想使用defaultdict实现

0
Python C/C++ 嵌套字典 36613 次浏览

比如原生的dict属性

test=dict()
test['a']=1         # 这个可以实现
test['x']['y']=2    # 这个就会报错

我想生成一个递归字典,如果没有这个键则创建,哪种方法能简洁点,优雅点~~多谢了

309个答案

0

Thanks for sharing such a great information.. It really helpful to me..I always search to read the quality content and finally i found this in you post. keep it up! keturaciu pramogos
 

0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
1 2 3 4 5 6 7 8 9 10