提交内容
<p><br><img src="http://39.100.91.233/images/121212.jpg" style="max-width:100%;">1212</p>
最后发现是%问题
解决问题
this.editorContent = this.editorContent.replace("%","&x");
在后台又在替换回来
RFC 3986规范进行访问解析,而 RFC 3986规范定义了Url中只允许包含英文字母(a-zA-Z)、数字(0-9)、-_.~4个特殊字符以及所有保留字符(RFC3986中指定了以下字符为保留字符:! * ’ ( ) ; : @ & = + $ , / ? # [ ])
Spring mvc 和tomcat 字符问题,所以不能使用%
929

被折叠的 条评论
为什么被折叠?



