摘要: 乱码问题: 提交问题: 1. post乱码:过滤器解决;2. get乱码:tomcat配置 URIEncoding="utf-8" 响应乱码: response乱码:获取getWriter之前,response.setCharacterEncoding("utf-8"); 阅读全文
posted @ 2019-12-31 21:32 搬砖的攻城狮 阅读(116) 评论(0) 推荐(0)