num.toLocaleString() image.png // 正则匹配方法一 let num = 1234567890; let reg = /\d{1,3}(?=(\d{3})+&,'); //"1,234,567,890"