📅  最后修改于: 2022-03-11 15:02:23.390000             🧑  作者: Mango
代码示例1
let lotsOfDecimal = 3.6184272858760706e+87;
lotsOfDecimal;
let twoDecimalPlaces = lotsOfDecimal.toFixed(2);
twoDecimalPlaces;