反向版 _.toPairs,这个方法返回一个由键值对构成的对象。
_.toPairs
键值对
返回一个新对象
_.fromPairs([['fred', 30], ['barney', 40]]); // => { 'fred': 30, 'barney': 40 }