SpringMVC 返回 json 字符串中文乱码
Posted I am Codeman~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringMVC 返回 json 字符串中文乱码相关的知识,希望对你有一定的参考价值。
原文链接:https://blog.csdn.net/wenteryan/article/details/79803691
在RequestMapping使用(produces = “text/html; charset=utf-8”)produces 作用根据请求头中的Accept进行匹配,如请求头“Accept:text/html”时即可匹配。
如果类型是:application/json ,设置为:produces = “application/json; charset=utf-8”
以上是关于SpringMVC 返回 json 字符串中文乱码的主要内容,如果未能解决你的问题,请参考以下文章
SpringMVC 使用@ResponseBody返回json 中文乱码
SpringMVC 使用@ResponseBody返回json 中文乱码