c#中前面不足位数补零的方法

String.Format("{0:D5}",3);
or 3.ToString("D5");
Result: 00003
请使用浏览器的分享功能分享到微信等