把要传递的汉字,用下面的格式编码
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"))

相关文章:

  • 2022-12-23
  • 2021-11-29
  • 2022-01-21
  • 2021-07-09
  • 2022-12-23
  • 2021-05-31
  • 2021-10-27
  • 2021-05-28
猜你喜欢
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2021-10-25
  • 2021-09-28
相关资源
相似解决方案