|
传递:
Response.Redirect("show.aspx?id="+ HttpUtility.UrlEncode("中国")); 接收: String sGet = HttpUtility.UrlDecode(Request.QueryString["id"]); Response.write(strGetString) |
asp.net request 传中文乱码
最新推荐文章于 2022-11-17 17:03:46 发布
|
传递:
Response.Redirect("show.aspx?id="+ HttpUtility.UrlEncode("中国")); 接收: String sGet = HttpUtility.UrlDecode(Request.QueryString["id"]); Response.write(strGetString) |
2757

被折叠的 条评论
为什么被折叠?