标签:.com arch alt ping set utf-8 需要 nbsp 属性
原因:在springMVC controller 中返回json数据出现乱码问题,因为没有进行编码,只需要简单的注解就可以了。
解决方案:在@RequestMapping中加入produces="text/html;charset=UTF-8" 属性。
@RequestMapping(value="/search",produces = "text/json;charset=UTF-8")
解决后:
标签:.com arch alt ping set utf-8 需要 nbsp 属性
原文地址:http://www.cnblogs.com/21heshang/p/6371384.html