json結構更改的方法 把date有數據的分類
阿新 • • 發佈:2017-11-27
div console target 學會感恩 fun sharp 精神 edi for
data=[ { "content": "如何走進智障兒童的內心", "title": "如何走進智障兒童的內心", "second": 27, "name": "基礎課程", "categoryId": 12, "courseId": 292, "noteId": 143, "type": 1, "date": "11-23", "specialId": 186 }, { "content": "孩子的安全感,不僅僅是精神需求上,而且是物質上。所以要努力給孩子做一個好榜樣。", "title": "如何構建孩子的安全感", "second": 0, "name": "基礎課程", "categoryId": 5, "courseId": 818, "noteId": 130, "type": 1, "date": "11-21", "specialId": 172 }, { "content": "引導兒童學會感恩父母,誠實為人,誠信做事。", "title": "【專題總覽】引導兒童學會感恩父母、誠實為人、誠信做事", "second": 0, "name": "基礎課程", "categoryId": 5, "courseId": 817, "noteId": 129, "type": 1, "specialId": 172 } ] console.log(data.length); var team_date = []; var indexs = -1; data.forEach(function(i,x){ console.log(i.date); if(i.date){ var team = { aa: ‘‘, list: [] } indexs++; team.date=i.date; team.list.push(i); team_date.push(team); }else{ team_date[indexs].list.push(i); } })
http://jsrun.net/CGiKp/edit 在線案例
json結構更改的方法 把date有數據的分類