这是什么typescript语法?

  get firstName() {
    return this.formGroup.get('fistName') as FormControl;
  }

这个as是什么东西, 起什么作用?

阅读 2k
推荐问题