在Angular的模板中遍歷一個集合(collection)的時候你會這樣寫: <ul> <li *ngFor="let item of collection">{{item.id}}</li> </ul>.
確定! 回上一頁