@Input() set myIf(condition: boolean) { if (condition) { // 新增DOM this.viewContainer.createEmbeddedView(this.templateRef); } ...
確定! 回上一頁