摘要: 问题 使用SpringMVC在返回一个字符串时发生了中文乱码问题。produces属性无效 @RequestMapping(value = "/nihao", produces = "text/plain;charset=UTF-8") @ResponseBody public String hel 阅读全文
posted @ 2021-08-01 21:35 CloverYou 阅读(186) 评论(0) 推荐(0)