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