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