对象(Objects)valuesvalues_.values(object)返回 object 对象所有的属性值。_.values({one: 1, two: 2, three: 3});=> [1, 2, 3]