怎么样:
<table> <tr ng-repeat="(key, value) in data"> <td> {{key}} </td> <td> {{ value }} </td> </tr></table>该方法在docs中列出:https :
//docs.angularjs.org/api/ng/directive/ngRepeat

怎么样:
<table> <tr ng-repeat="(key, value) in data"> <td> {{key}} </td> <td> {{ value }} </td> </tr></table>该方法在docs中列出:https :
//docs.angularjs.org/api/ng/directive/ngRepeat