parseDouble(number); java.text.DecimalFormat format = new java.text.DecimalFormat("#,###.00"); String Output = format.format(amount);.
確定! 回上一頁