10 2017 档案

摘要://totalWidth 长度 //补充的字符 PadLeft(int totalWidth, char paddingChar); 例: int i=10; Console.WriteLine(i.ToString().PadLeft(5,'0')); 阅读全文
posted @ 2017-10-18 16:43 ♂liú恋偉*o*的爱♀ 阅读(144) 评论(0) 推荐(0)
摘要:string转byte[]: byte[]转string: string转ASCII byte[]: ASCII byte[]转string: 阅读全文
posted @ 2017-10-09 13:34 ♂liú恋偉*o*的爱♀ 阅读(137) 评论(0) 推荐(0)