Kindeditor编译器

 //先进行html加密
                var text = $("#text").val();
                text = encodeURIComponent(text);

  

 //后端存入数据库进行解密
                string text = context.Server.UrlDecode(context.Request["text"]); 
 //修改时候在配置文件中加入

 <httpRuntime targetFramework="4.5.2" requestValidationMode="2.0"/>

 

posted @ 2018-04-17 10:39  你的斗志并没有失去  阅读(160)  评论(0编辑  收藏  举报