摘要: 一、常见的编码方式 1、UTF-8 2、ISO-8859-1 二、Tomcat的编码问题 Tomcat8和7的编码方式 Tomcat7对URI默认编码是ISO-8859-1 Tomcat8对URI默认编码是UTF-8 官网解释: https://tomcat.apache.org/tomcat-7.0-doc/config/http.html URIEncoding :This... 阅读全文
posted @ 2020-06-04 19:17 Dreamice 阅读(377) 评论(0) 推荐(0) 编辑