2014年5月13日
摘要: 1 public string ByteToString(byte[] inputBytes) 2 { 3 StringBuilder temp = new StringBuilder(2048); 4 foreach (byte tempByte in inputBytes) 5... 阅读全文
posted @ 2014-05-13 10:24 杨斐_Feil 阅读(337) 评论(0) 推荐(0)