Format numbers in JavaScript similar to C#

后端 未结 18 2398
傲寒
傲寒 2020-11-22 12:26

Is there a simple way to format numbers in JavaScript, similar to the formatting methods available in C# (or VB.NET) via ToString(\"format_provider\") or

18条回答
  •  北荒
    北荒 (楼主)
    2020-11-22 13:07

    May I suggest numbro for locale based formatting and number-format.js for the general case. A combination of the two depending on use-case may help.

提交回复
热议问题