java.text.NumberFormat nf = java.text.NumberFormat.getInstance(); nf.setGroupingUsed(false);
nf.format(double数据)