微信扫一扫
DecimalFormat df = new DecimalFormat("0.00");//格式化小数 String money = df.format(v);//返回的是String类型
相关推荐