wangeditor源碼出現。。。 Required String parameter 'msg' is not present %問題

提交內容

<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 字符問題,所以不能使用%

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章