摘要: /// /// 汉字转换为Unicode编码 /// /// 要编码的汉字字符串 /// Unicode编码的的字符串 public static string ToUnicode(string str) { byte[] bts = Encoding.Unicode.Ge... 阅读全文
posted @ 2016-09-18 09:35 会弹猫的吉他 阅读(704) 评论(0) 推荐(0) 编辑