如:fseek(fp,2*sizeof(struct book),SEEK_SET);fwrite(&Book,sizeof(struct book),1,fp);若文件中有5个struct book结构体这样操作后文件中有几个结构体呢? 查看完整描述