c#中前面不足位数补零的方法
tclywork
2019-04-10 13:48:04
Linux操作系统
原创
String.Format("{0:D5}",3);
or 3.ToString("D5");
Result: 00003
非诚勿扰
商业模式的8大核心原则