ng -repeat可以實現內容的重複顯示,比如我們可以寫如下程式碼 <script> angular.module("myapp",[]).controller("mycontroller",function($scope){ ...
確定! 回上一頁