摘要: 【两种方法】.net unicode汉字互相转换========================================= //汉字转Unicode编码(ASCII)private string StringToUnicode(string srcText) { ... 阅读全文
posted @ 2014-05-26 16:04 Shikyoh 阅读(6568) 评论(0) 推荐(0) 编辑