// Test compact notation. const formatter = new Intl.NumberFormat('en', { notation: 'compact', }); formatter.format(1234.56);
確定! 回上一頁