用update方法可将一个字典与另一个融合dict1.update(dict2);用序列创建字典for key,value in zip(key-list,value-list): map[key]=value