formData1 = new FormGroup({ firstName: new FormControl({value:"Kevin", disabled: true}), lastName: new FormControl("Yang"), } ...
確定! 回上一頁