You can use the NumberFormat instance to format any number into a currency ... const money = 10000; new Intl.NumberFormat('de-DE', { style: 'currency', ...
確定! 回上一頁