asp.net request 传中文乱码
摘要:
传递:Response.Redirect("show.aspx?id="+ HttpUtility.UrlEncode("中国"));接收:String sGet = HttpUtility.UrlDecode(Request.QueryString["id"]);Response.write(strGetString) 阅读全文
posted @ 2010-10-21 09:21 不悔的青春 阅读(526) 评论(0) 推荐(0) 编辑