@RestController(Spring4+)相当于@Controller+@ResponseBody,返回json或者xml格式数据。 @ResponseBody 注解的作用是将Controller 的方法返回的对象 ...
確定! 回上一頁