将数字转换成千分符的格式,并且保留小数点 value.toLocaleString('zh', { maximumFractionDigits: 2 }) maximumFractionDigits 控制选择保留几位小数点