// 0 代表前面补充0 // 3代表长度为3 // d 代表参数为正数型

result=String.format("%0"+3+"d",result);

  

05-11 00:29