摘要: 今天遇到一个问题,fread()竟然不能读取文件中的最后一个数据块。 我定义了一个结构体: Persong{ char name[10]; char phone[15];}以及两个函数:int insert(Person*person){ FILE *fd; //...... 阅读全文