摘要:
/// <summary> /// 将汉字转换为Unicode /// </summary> /// <param name="strGB">要转换的字符串</param> /// <returns></returns> public static string GBToUnicode(string strGB) { byte[] bytes = System.Text.Encoding.Uni... 阅读全文
posted @ 2011-04-08 16:00
深秋
阅读(823)
评论(0)
推荐(0)
浙公网安备 33010602011771号