标签: angularjs
<li ng-repeat="Item in Items"> <a href="#">{{$index}}</a> </li>
我可以为{{Item.PageCount}}等项使用特定值。我想重复PageCount的数量。只想打印{{$ index}}。我们不能使用ng-repeat之类的 ng-repeat =“{{Item.PageCount}}中的项目”