java 數字前補零

/** * 將元數據前補零,補後的總長度爲指定的長度,以字符串的形式返回 * @param sourceDate * @param formatLength * @return 重組後的數據 */ public static String frontCompWithZore(int sourceDate,int formatLength) { /* * 0 指前面
相關文章
相關標籤/搜索