URL传参中文乱码encodeURI、UrlDecode时间:2022-04-21 09:24:17传递参数 encodeURI("url.aspx?str"+"汉字")-----------(是 URi 不是URL) 后台接收参数 Server.UrlDecode(Request["str"])