1.request.querystring请求参数中 + 变为 " "
将+替换为%2B
2.对其进行加密
Server.UrlEncode(string aa);//进行加密 Server.Encrypt(string aa);//进行解密