react中怎么取两位小数js

2025-05-18 22:10:58
推荐回答(1个)
回答(1):

var a = 1.555;
console.log(a.toFixed(2));