NumberFormat n = NumberFormat.getCurrencyInstance(Locale.US); · double doublePayment = payment.doubleValue(); · String s = n.format(doublePayment); · import java.
確定! 回上一頁