js金额千分位保留3位小数,不足补0 function number_format(number, decimals, dec_point, thousands_sep) { /* * 参数说明 ...