1、前台富文本用编码函数编码(到后台自动解码):
encodeURIComponent(UM.getEditor('myEditor').getContent()
2、后台修改web.config
<configuration>
<system.web>
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" />
<pages validateRequest=
1、前台富文本用编码函数编码(到后台自动解码):
encodeURIComponent(UM.getEditor('myEditor').getContent()
2、后台修改web.config
<configuration>
<system.web>
<httpRuntime targetFramework="4.5" requestValidationMode="2.0" />
<pages validateRequest=