Web前端 2020-09-18 ES6的箭头函数格式 箭头函数格式:(参数): 返回值 => {函数体}例: (control: AbstractControl): {[key: string]: any} | null => { const forbidden =……