spring mvc解决get请求中文乱码问题(转)
spring mvc解决get请求中文乱码问题,
在tamcat中server.xml文件
URIEncoding="UTF-8"
useBodyEncodingForURI="true"
为了确保get数据采用UTF8编码
@ModelAttribute
spring mvc解决get请求中文乱码问题,
在tamcat中server.xml文件
URIEncoding="UTF-8"
useBodyEncodingForURI="true"
为了确保get数据采用UTF8编码
@ModelAttribute