有兩個(gè)對(duì)象obj1={ a:{ b:'123', c:'123' }},obj2={ a:{ c:'234' }}我想得到obj3={ a:{ b:'123', c:'234' }}用$.extend(obj1,obj2)得到 obj3={ a:{ c:'234' } } 我要重寫$.extend嗎?求指導(dǎo)
對(duì)象的合并問題
慕勒3428872
2019-02-12 21:22:19