const {comment,index,deleteComment} = this 上面的这句话是一个简写,最终的含义相当于const comment = this.commentconst index = this.indexconst deleteComment = this.deleteComment