.NET JS escape加密的后台解密

加密:string s=escape(editorVal)

解密string content = HttpUtility.UrlDecode(s);

原文地址:https://www.cnblogs.com/jsping/p/2834029.html