使用數組循環輸出一個表格:angularjs <table ng-controller="myCtrl" border="1"> <tr ng-repeat="x in records"> <td>{{x.Name}}</td> <td>{{x.
確定! 回上一頁