RT
NumberFormat nf = NumberFormat.getPercentInstance();
System.out.println(nf.format(2250.0/10000.0));结果输出
22%什么问题?