const form = new FormGroup({ first: new FormControl(), ... 重置這個 FormGroup ,把它的各級子控制元件都標記為 pristine 和 untouched ,並把它們的值都設定為 ...
確定! 回上一頁