錢,金額,money的格式化輸出

private static String getMoneyString(String money) throws Exception{ if(!isNumber(money)){ throw new Exception("格式錯誤:"+money); } NumberFormat nf = new DecimalFormat
相關文章
相關標籤/搜索