码迷,mamicode.com
首页 > 其他好文 > 详细

request和response

时间:2019-08-19 17:23:36      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:img   定向   tom   添加   cto   数据   方式   Servle   mic   

处理乱码方式:

get请求:获取字符串之后使用new String(name.getBytes("iso-8859-1"),"utf-8)进行重新编码,另外一种方法是request.setCharactorEncoding("utf-8")同时还要设置tomcat的配置文件,第三种:

在server.xml\中添加URIEncoding=“utf-8”

post请求:request.setCharactorEncoding("utf-8")

设置响应编码格式:response.setCaractorEncoding("gbk"):

技术图片

技术图片

请求转发:

技术图片

不同servlet之间的数据共享:

技术图片

重定向:

技术图片

技术图片

技术图片

 

request和response

标签:img   定向   tom   添加   cto   数据   方式   Servle   mic   

原文地址:https://www.cnblogs.com/zrmj/p/11378171.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!