const money = 10000; new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR', }).format(money); // '€ 10,000.00' new Intl.NumberFormat('jp-JP', ...
確定! 回上一頁