JAVA保存兩位小數,四捨五入

public static String formatDouble4(double d) { DecimalFormat df = new DecimalFormat("#.00"); return df.format(d); }
相關文章
相關標籤/搜索