case:
@RequestMapping中添加 produces= "text/plain;charset=UTF-8",

@RequestMapping(method = RequestMethod.GET, produces= "text/plain;charset=UTF-8",

相关文章: