//在字符串str左侧添加maxLength-str.length()个0。 org.apache.commons.lang.StringUtils.leftPad(str, maxLength, "0");