python实现两个字典合并

dictMerged2 = dict( dict1, **dict2 )

  

原文地址:https://www.cnblogs.com/fh-fendou/p/9950510.html