1 private static String nuber(double n) { 2 // TODO Auto-generated method stub 3 String str=DecimalFormat.getNumberInstance().format(n);//该方法精度只保留小数点后三位 4 return str; 5 }
原文地址:https://www.cnblogs.com/mengweihong/p/11305173.html
时间: 2024-10-13 01:10:28