摘要: 1.设置web.config文件。............2.传递中文之前,将要传递的中文参数进行编码,在接收时再进行解码。>> 进行传递string Name = "中文参数";Response.Redirect("B.aspx?Name="+Server.UrlEncode(Name));>> ... 阅读全文
posted @ 2014-12-31 16:04 飘渺公子 阅读(781) 评论(0) 推荐(0)