Intl 用于格式化

提示:用于Intl货币、日期和数字格式。

例子: const formatter = new Intl.NumberFormat ( 'en- US ' , { style : 'currency' , currency : ' USD ' }); console.log ( formatter.format ( 1000 ) ); //$1,000.00

posted @ 2024-12-24 11:38  江月年年何相似  阅读(2)  评论(0编辑  收藏  举报