[ngClass]="color" (mouseover)="changeStyle($event)" (mouseout)="changeStyle($event)". 然后在组件中 color:string = 'red'; changeStyle($event){ this.color ...
確定! 回上一頁