如何用C语言读取txt文件中的数据到结构体数组中

如题所述

第1个回答  2017-08-17
fopen 使用二进制方式
fread(&st, 1, sizeof(st), file)
fclose
~
~
~
~
相似回答