我的格式化程式看起來像這樣 const formatter = new Intl.NumberFormat('en-NZ', { style: 'currency', currency: 'NZD', minimumFractionDigits: 2, });
確定! 回上一頁