I have two objects -
a = {0:"hai",1:"hello"}
b = {0:"what",1:"you"}
I want to get a resulting object on merge of the following format
c = {0:"hai",1:"hello",2:"what",3:"you"}
I tried different merge techniques, but fail to achieve this. What are the optimal ways of achieving the above?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…