Spring MVC 使用@responseBody IE下出现下载的问题
摘要:
我用的spring 3.2 的版本,用responseBody 返回JSON 在IE下会变成下载,试了很多办法终于解决了!@Controller@RequestMapping("/data")public class TestController { @ResponseBody @RequestMapping(method = RequestMethod.GET,value = "/channel/{type}") public Channel getChannel(@PathVariable String type){ Channel c = new 阅读全文
posted @ 2014-02-26 13:54 JaredYang 阅读(1096) 评论(0) 推荐(0)
浙公网安备 33010602011771号