📜  整数 2 位小数 javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:54.277000             🧑  作者: Mango

代码示例3
Math.round((num + Number.EPSILON) * 100) / 100