把要传递的汉字,用下面的格式编码
dim url as string
url="description.aspx?type="+Server.UrlEncode(addtype.text)
response.write(url)

这个是接收时,解码
dim type as string
type=Server.UrlDecode(Request.QueryString("type"))

posted on 2005-05-23 12:13  aaron.net  阅读(643)  评论(0编辑  收藏  举报