@Input() set ngForTemplate(value: TemplateRef ) { // 表示ngFor对应的模板对象if (value) { this._template = value;, this.ngForOf, -1, -1), currentIndex); ...
確定! 回上一頁