Intl 用于格式化
提示:用于Intl货币、日期和数字格式。
例子: const formatter = new Intl.NumberFormat ( 'en- US ' , { style : 'currency' , currency : ' USD ' }); console.log ( formatter.format ( 1000 ) ); //$1,000.00
提示:用于Intl货币、日期和数字格式。
例子: const formatter = new Intl.NumberFormat ( 'en- US ' , { style : 'currency' , currency : ' USD ' }); console.log ( formatter.format ( 1000 ) ); //$1,000.00