计算 array 中的最大值。
概要
_.max(array)
计算 array 中的最大值。如果 array 是空的或者假值将会返回 undefined。
array
undefined
添加版本
0.1.0
← _.floor _.maxBy →