首页
编程
java
php
前端
首页
编程
java
php
前端
不知道这几个错误怎么改
最明显的,你结构体里面的两个成员后面应该有分号
typedef struct LinkList{}LinkList; 改成
struct LinkList{};
点击展开全文