书上code
typedef struct{
char name[20];
float score;
}STD;
typedef struct{
STD data;
struct LNode
书上code
typedef struct{
char name[20];
float score;
}STD;
typedef struct{
STD data;
struct LNode