对象(Objects)pairspairs_.pairs(object)把一个对象转变为一个[key, value]形式的数组。object 逆向函数。_.pairs({one: 1, two: 2, three: 3});=> [["one", 1], ["two", 2], ["three", 3]]