s = String.format("%05d", 12);
可以生成00012这样格式的数据
不过是在jdk1.5的条件下我现在的项目是jdk1.4的
怎么能生成这样格式的数据呢
兄弟们帮我想一下,有相应的
API马?谢谢