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" >