Java 使用BigDecimal,保留小數點後兩位public static String ... public static String format5(double value) { return String.format("%.2f", ...
確定! 回上一頁