2020年10月14日
摘要: value.toFixed(2).toString().indexOf('.') != -1 ? value.toFixed(2).toString().replace(/(\d)(?=(\d{3})+\.)/g, ($0, $1) => ($1 + ",")) : value.toFixed(2) 阅读全文
posted @ 2020-10-14 13:13 ai柠檬 阅读(381) 评论(0) 推荐(0)