val numberFormat = NumberFormat.getCurrencyInstance() numberFormat.setMaximumFractionDigits(0); val convert = numberFormat.format(1000000) ...
確定! 回上一頁