@ResponseBody. 一般作用于方法上,加上该注解表示该方法返回结果直接写入到HHTP response Body中,常用于异步加载请求中。在RequestMapping中return ...
確定! 回上一頁