摘要: c# String 前面不足位数补零的方法 String.Format("{0:D5}",16);orint i=16;i.ToString("D5");Result: 00016 阅读全文
posted @ 2012-03-19 17:08 Jesee.Liu 阅读(121) 评论(0) 推荐(0) 编辑