如何在angular2中设置动态ID?我试过了<div class = "CirclePoint" *ngFor="#c of circles" id = "{{ 'Location' + c.id }}"></div> this.circles = [ { x: 50 , y: 50 ...
確定! 回上一頁