解构并且赋值

1
2
let {id: coach_id} = this.info
提取info中的id给coach_id信息