const formatMoney = money => [...`$${money .toFixed(2)}`] .reverse() .flatMap((c, i) => (c != '.' && c != '$' && i > 3 && i % 3 == 0) ?
確定! 回上一頁