[cc]/** * 四捨五入,保留兩位小數,不足位數補零* @param d * @return */ public static String toDecimal3(Double d,int scale){ ...
確定! 回上一頁