public static String currencyFormat(BigDecimal n) { return NumberFormat. ... getCurrencyInstance().format(c)); // prints $12,571,782.00 (wrong) BigDecimal ...
確定! 回上一頁