我从未尝试过使用formArray,我一直使用FormGroup,并且可以使用以下方法删除所有控件: Object.keys(this.formGroup.controls).forEach(key => { this.formGroup.
確定! 回上一頁