摘要: 【两种方法】.net unicode汉字互相转换 ========================================= //汉字转Unicode编码(ASCII) private string StringToUnicode(string srcText) { string dst = ""; c... 阅读全文
posted @ 2017-04-10 14:07 刘小吉 阅读(1830) 评论(0) 推荐(0)