例 var func = _.over([Math.max, Math.min]); func(1, 2, 3, 4);// => [4, 1] _.overEvery([predicates=_.identity