// cutrrent 为 int 类型、0代表前面要补位的字符、size代表字符串的长度、d表示参数为整数类型 String s = String.format("%0"+size+“d”, cutrrent);