List<DbInfo> list = dbinfoService.queryDbinfo(text);//dbinfo是实体类 response.getWriter().print(JSONArray.fromObject(list));$.ajax({ type: "post", url:'querydbInfo.do', data:{text:node.text}, dataType:"json", success:function(data){ alert(data.id);//这里数据获取undefined } });后台输出数据:[{"children":[],"createTime":{"date":30,"day":0,"hours":22,"minutes":56,"month":10,"nanos":0,"seconds":59,"time":1417359419000,"timezoneOffset":-480,"year":114},"creator":"testq","id":5,"info":"a","level":2,"name":"第一级4","parentId":1,"tableName":"testtable"}]