您可以FormArray在Reactive Forms 中使用响应用户事件动态添加表单字段。 % ... <form [formGroup]="orderForm"> <div formArrayName="items" *ngFor="let item of ...
確定! 回上一頁