超連接傳參(中文)亂碼

超連接傳參(中文)亂碼tomcat

 

解決方法:post

超連接提交數據,是以get方式提交的spa

加入 如下代碼是無效的,它是用來解決post方式的亂碼問題code

      request.setCharacterEncoding( "UTF-8" );
      response.setCharacterEncoding( "UTF-8" );
 

而解決get方式亂碼,最方便的方法是在tomcat文件中的server.xml文件進行配置server

配置 <Connector port= "8080"   protocol=' <a class=" baiduhighlight "        
href= https: //www.baidu.com/swd=HTTP&tn=44039180_cpr target="_blank">HTTP</a>/1.1'
connectionTimeout= "20000"
    redirectPort= "8443"   URIEncoding= "utf-8"搜索   />

有兩個Connector結點,只能在一個Connector中加,好像是第一個,不行的話再加另一個,配置時需注意,配置成功事後,需先關閉tomcat,而後重啓tomcatxml

相關文章
相關標籤/搜索