摘要:
1.设置web.config文件。 ...... ...... 或者:aspx文件中:2.传递中文之前,将要传递的中文参数进行编码,在接收时再进行解码。 >> 进行传递 string Name = "中文参数"; Response.Redirect("B.aspx?Name="+Server.UrlEncode(Name)); >> 进行接收 string Name = Request.Que... 阅读全文
posted @ 2006-07-21 11:01
深圳杰瑞
阅读(256)
评论(0)
推荐(0)
浙公网安备 33010602011771号