需求:
* CQA-NE15-00009 * CQA-NE15-00010 * CQA-NE15-00011 * CQA-NE15-00012 * CQA-NE15-00013 * CQA-NE15-00014
字符串转数字
int anInt = Integer.parseInt(s2);
数字转成字符串并格式化
String s = String.format("%04d",i);
字符串插入
StrUtil.format(s1, s)
REP-20201203-0007