摘要: 利用 Number.prototype.toLocaleString() 将数字转化为千分位+带货币单位+保留 2 位小数 (12345).toLocaleString('zh-CN', {style: 'currency', currency: 'CNY', minimumFractionDigi 阅读全文
posted @ 2020-07-13 15:56 to人间值得 阅读(458) 评论(0) 推荐(0)