<tr ng-repeat="movie in vm.movies"> <td>{{movie.title}}</td> </tr> ... 在AngularJS 中, ng-repeat 指令會為指定集合中的每一個條目重複渲染相關的DOM 元素。
確定! 回上一頁