知行合一

博客园 首页 新随笔 联系 订阅 管理
review:1. post提交方式下的设置编码,防止中文乱码 request.setCharacterEncoding("utf-8"); get提交方式,tomcat8开始,编码不需要设置 tomcat8之前,get方式设置比较麻烦: String fname = request.getPara
posted on 2023-06-17 14:14  callbin  阅读(3)  评论(0编辑  收藏  举报