var list= [{id:1,number:2,title:2}, {id:1,number:3,title:2}]
if the values of id and title in the array are the same, and the two objects in the array are merged and the numbered values are added, how to achieve
and finally get [{id:1,number:5,title:2}]