%CE%F7%C3%C5%B4%B5%D1%A9
这样的编码要用哪个函数呢?帮帮
------解决方案--------------------------------------------------------
string ret = Server.UrlDecode( "%CE%F7%C3%C5%B4%B5%D1%A9 ");
解码出来是:糯雪
------解决方案--------------------------------------------------------
Server.UrlDecode方法
------解决方案--------------------------------------------------------
Response.Write(System.Web.HttpUtility.UrlDecode( "%CE%F7%C3%C5%B4%B5%D1%A9 ", System.Text.UnicodeEncoding.GetEncoding( "GB2312 ")));
西门吹雪