js,小数字符串去除右边零显示

小数字符串去除右边零显示

效果:

2.20  => 2.2

3.00 => 3

方式:

parseFloat(3.00)

 

posted @ 2021-08-13 10:04  zezhou222  阅读(422)  评论(0)    收藏  举报