摘要:
//由区位码转为汉字.//"D3EA"相对于汉字"雨" System.Text.Encoding gb = System.Text.Encoding.GetEncoding("gb2312"); byte[] bytes = new byte[]{ Convert.ToByte("d3",16),Convert.ToByte("ea",16)}; string strResult =... 阅读全文
posted @ 2005-12-16 14:26
房客
阅读(1564)
评论(5)
推荐(0)

浙公网安备 33010602011771号