2012年5月25日

字符串与字符转换

摘要: byte[] bytes = encoding.GetBytes(PostStr);string retstr = System.Text.Encoding.UTF8.GetString(bytes); 阅读全文

posted @ 2012-05-25 19:50 HOT SUMMER 阅读(272) 评论(0) 推荐(0)

导航