<html> <ion-list> <ion-item *ngFor='let i of list'></ion-item> </ion-list> </html> 我如何监听 ngFof是否遍历完这个数组呢?
监听这个干嘛。。。