我正在我的角度应用程序中使用FormArray构建一个表单: experiences: new FormArray([])用户可以将体验添加到数组中: const formGroup = new FormGroup({ /* creating a formgroup*/})moveUp(i: number) {
我用制作了一个表单,它工作得很完美,但是当尝试使用form.value或form.getRawValue()获取值时,所有文件都是像字符串一样返回的,我是如何在JSON文件中以integer的形式返回number文件的实际上我得到了像这样的JSON "name": "home",}{ "age": 12编辑const form = new Fo