后台转json再传
List<ProjectSimplesInfoEntity> list_projects = maplist();
JSONArray jsonArray = new JSONArray();
jsonArray=JSONArray.fromObject(list_projects);
/*this.Object2JSon(list_projects);*/
System.out.print(jsonArray);
mvAndView.addObject("mapList", jsonArray);
js
var list=${mapList};