求一winform中将jsencode加密后代码解密的函数!
jsencode加密如 "( "加密后 "%28 " 
 如何将%28解密为(?
------解决方案--------------------反向你的加密方法不就行了。
------解决方案--------------------winform 程序中 引用 System.Web.Dll   
 .cs中 using System.Web 
 HttpContext.Current.Server.HtmlDecode 
 或HttpUtility.HtmlDecode
------解决方案--------------------是HttpUtility.UrlDecode()方法