C#///<summary>///将汉字转换为Unicode///</summary>///<paramname="text">要转换的字符串</param>///<returns></returns>publicstaticstringGBToUnicode(stringtext){byte[]bytes=System.Text.Encoding.Unicode.GetBytes(text);stringlowCode="",temp="";for(inti=0 Read More
posted @ 2011-08-25 21:29 blueKnight Views(932) Comments(0) Diggs(1) Edit