像下面這行程式會噴出Error: [ngRepeat:dupes]. <p ng-repeat="item in ['apple', 'Mango', 'apple']"> {{ item }} </p>. 要解決這個問題可以用track by $index, ...
確定! 回上一頁