钱,金额,money的格式化输出

private static String getMoneyString(String money) throws Exception{ if(!isNumber(money)){ throw new Exception("格式错误:"+money); } NumberFormat nf = new DecimalFormat
相关文章
相关标签/搜索