摘要: const digitsRE = /(\d{3})(?=\d)/gexport function currency (value, currency, decimals) { value = parseFloat(value) if (!isFinite(value) || (!value && v 阅读全文
posted @ 2019-06-25 00:10 追梦的老头 阅读(415) 评论(0) 推荐(0)