toFixed() 方法可把 Number 四舍五入为指定小数位数的数字。
解决 :toFixed只能针对Number类型才能使用,所以对于字符类型的要用parseFloat或者parseInt函数先转一下再调用