<div ng-repeat="person in persons track by $index"> <div ... $index 将引用最里面的 ngRepeat 范围上的索引,因此如果您需要它,则可以使用它。
確定! 回上一頁