Angular 4.0spa
1. 指令:*ngFor.net
循环带索引的两种方法:code
<tr *ngFor="let item of listWorkingDetails index as i" >或<tr *ngFor="let item of listWorkingDetails; let i = index" >