说明: uts("Loading ..."); while(fread(temp, sizeof(struct SStudent), 1, fileLoad)) {stu->link = temp; stu = stu->link; temp = (struct SStudent *) malloc(sizeof(struct SStudent)); } stu->link = NULL; puts("loading is finished!");
<u010057997> 上传 | 大小:204kb