传地址。比如struct Linked{ //结构体的成员变量 int stunum; float score;};Linked p[10];void insert(Linked p[10]);调用的时候 insert(p);