问题详情
A、HS—>next=s;
B、s—>next=HS—>next;HS—>next=s;
C、s—>next=HS;HS=s;
D、s—>next=HS;HS=HS—>next;
请帮忙给出正确答案和分析,谢谢!