How to merge two dict together while maintaing same structure but combing values?

后端 未结 0 342
星月不相逢
星月不相逢 2020-12-01 14:59

Say I have two dict with this structure:

{
 \'0\': {
         \'A\': a,
         \'B\': b,
       }
 \'1\': {
         \'C\': c,
         \'D\': d,
       }
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题