摘要: Number.prototype.thousandth = function() { return `${this}`.replace(/\d{1,3}(?=(\d{3})+$)/g, '$&,'); }; 阅读全文
posted @ 2020-04-24 17:10 黎明の破晓 阅读(869) 评论(0) 推荐(0) 编辑