console.log(new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(number));. 4. // expected output: "123.456,79 €".
確定! 回上一頁