@ResponseBody @RequestMapping("xxx.do") public List<POJO> getList(){ return List<POJO>; } 相关文章: XmlToJson-xml对象转换为Json对象类 2022-12-23 DataTable转换为Json对象 2022-12-23 JSON--List集合转换成JSON对象 2022-01-02 将List对象列表转换成JSON格式的类 2022-02-20 SpringMVC添加对象转换成json 2021-08-15 转换复杂的JSON对象为 Map对象 2022-12-23 转换复杂的JSON对象为Map对象 2022-12-23