字符串对象有一个 .toFixed(1) 方法
.toFixed(1)
> num = 12.445543 12.445543 > num.toFixed(1) '12.4'
← js 判断字符串中是否包含某个字符串 vuejs 随机显示内容,比如广告 →