摘要: 例如:0000 -> 0001 -> 0002 -> 0003 …… 使用 DecimalFormat 对象即可,引自:import java.text.DecimalFormat; 包 public static void main(String args[]){ for(int i=0;i<20 阅读全文
posted @ 2019-11-09 14:20 雪化山河 阅读(352) 评论(0) 推荐(0)