const fm = new FormatMoney(); fm.from(12345.67, { symbol: '$' }) // => $12,345,67. 3. Customize the number of decimal places. Default 0.
確定! 回上一頁