const formatter = new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD', minimumFractionDigits: 2 }). formatter.format(1000) // “$1,000.00” ...
確定! 回上一頁