部分相关代码如上,出现的问题就是不能将Node类型的值赋给Node类型的实体。为什么啊
要么改成struct Node *p; p = new struct Node;
要么 Lnode p; p = new struct Node;