... 補0後的字符串*/ private static String addZeroForLeft(int number, int formatLength) { // 補0操做 return String.format("%0" + formatLength ...
確定! 回上一頁