摘要: 在springmvc中json返回中文时会显示乱码,只需要在@RequestMapping注解中加入produces = "application/json; charset=utf-8",就可以解决。 @RequestMapping(value = "/getrolelist",produces 阅读全文
posted @ 2021-10-07 17:38 陈词调 阅读(172) 评论(0) 推荐(0)