+为post特殊字符,所以传递后会丢失,要解诀这个问题,首先要加传递的内容进行加密。然后再解密。 C#编码:Server.UrlEncode(ur) C#解码: Server.UrlDecode Jquery解码:decodeURIComponent(url); Jquery编码:encodeURIComponent(url);