decimal 保留小数
摘要:
const RoundNum = (num, decimal) => Math.round(num * 10 ** decimal) / 10 ** decimal; const num = RoundNum(1.2345, 2); 阅读全文
posted @ 2022-05-09 11:14 smileTan 阅读(82) 评论(0) 推荐(0) 编辑
2022年5月9日 #
posted @ 2022-05-09 11:14 smileTan 阅读(82) 评论(0) 推荐(0) 编辑