Js中的for in

後臺數據:前端

List<Map<String, Object>>  uTags = query.selectAllList("velocity.userGetTags", map);

前端解析:code

 for(var i in data.content){
   //因爲這裏是List[i](Map).ID
   console.log(data[i].content.ID);
 }

相關文章
相關標籤/搜索