摘要: 1、使用@ResponseBody返回结果,不加则返回URL,转向指定的URL。例如: @RequestMapping(value = "/list", method = RequestMethod.GET) public @ResponseBody String getProducts(HttpS 阅读全文
posted @ 2015-07-17 09:25 hongweigg 阅读(5) 评论(0) 推荐(0)