方法
int str1=1;
DecimalFormat df=new DecimalFormat("0000");
String str2=df.format(str1);
System.out.println(str2);
装载:https://blog.csdn.net/u012626724/article/details/50957133
int str1=1;
DecimalFormat df=new DecimalFormat("0000");
String str2=df.format(str1);
System.out.println(str2);
装载:https://blog.csdn.net/u012626724/article/details/50957133
本文标题:java 数字的位数不够在前面补0
本文链接:https://www.haomeiwen.com/subject/auxhtqtx.html
网友评论