DecimalFormat decimalFormat=new DecimalFormat("000");
String code="XQ20190417000019";
String codenew=code.substring(10, code.length());
int i=Integer.parseInt(codenew)+1;
String k=decimalFormat.format(i);
System.out.println(k);
java 001+1 加1 计算方法
最新推荐文章于 2023-11-28 15:56:08 发布