asp.net request 传中文乱码

传递: 
Response.Redirect("show.aspx?id="+ HttpUtility.UrlEncode("中国")); 

接收: 
String sGet = HttpUtility.UrlDecode(Request.QueryString["id"]); 
Response.write(strGetString)

posted on 2010-10-21 09:21  不悔的青春  阅读(520)  评论(0编辑  收藏  举报

导航