根据 precision 四舍五入 number。
要四舍五入的值
精度
返回四舍五入的结果
_.round(4.006); // => 4 _.round(4.006, 2); // => 4.01 _.round(4060, -2); // => 4100