方法一:(parseFloat(amount1 + amount2 + amount3 + ......).toFixed(2))toFixed()的参数为小数点后四舍五入保留几位方法二:先乘以10的倍数变成整数,运算后再除以10的倍数