函数 formatWithCommas

  • 数值转千分位格式

    参数

    • value: number

      数值

    返回 string

    formatWithCommas(1234567.89) // "1,234,567.89"