C#前后台的编码解码

//服务端

System.Web.HttpUtility.UrlEncode//编码

System.Web.HttpUtility.UrlDecode //解码

//客户端

escape//编码

unescape//解码