Example 1: javascript format currency function formatToCurrency(amount){ return (amount).toFixed(2).replace(/\d(?=(\d{3})+\.)
確定! 回上一頁