我也想用ng-repeat顯示鍵「scott」和「bill」及其所有屬性值(全名和年齡)。你會如何重複這個
{
"attributes": {
"scott": {
"fullname": "Scott D Man",
"age": "string"
},
"bill": {
"fullname": "William Shatner",
"age": "string"
}
},
"id": "HJK321",
"reportDate": "20150719"
}
看看這一個想法...... HTTP:使用 //stackoverflow.com/a/31489211/145682 – deostroll