标签:
解决方法:
//传参数时Response.Redirect("a.aspx?name"+Server.UrlEncode("我的名字")); //接收参数时 String name = Server.UrlDecode(Request.QueryString["name"]);
Response.Redirec方法传递汉字出现乱码
原文地址:http://www.cnblogs.com/lonelyxmas/p/4580751.html