get firstName() {
return this.formGroup.get('fistName') as FormControl;
}這個as是什么東西, 起什么作用?
這是什么typescript語法?
小唯快跑啊
2018-08-05 18:08:34