最佳答案:比如说链表a->b->c->d表头是a,表尾是d。就地逆置的意思就是变成:a<-b<-c<-da变成表尾,d变成表头假设structLINK{intvalue;st