FR.contentFormat(Math.round(this.value), '#,##0.00')
FR.contentFormat(Math.round(this.value), '#,##0.##')
换这个试试;
FR.contentFormat(this.value, '#,##0.00')
FR.contentFormat(
this
.value,
'#,##0.00'
)
--------
(this.value).toFixed(2)
(
.value).