选项1使用指令*ngSwitchDefault,但这仅在所有多种情况均为FORM 1的情况下才有效<div [ngSwitch]="data.type"> <div *ngSwitchDefault>FORM 1</div> <div ...
確定! 回上一頁