<li *ngFor="let item of items.slice() .reverse(); index as i" (click)="log(i)">. {{item}}</li>. </ul>. <p><u>correct index</u></p>.
確定! 回上一頁