将学生的学号,姓名,班级,上机时间,费用,
录取到文件中
就是文件操作,打开文件、写入文件、关闭文件;
fopen, fread/fwrite or fscanf/fprintf,fclose这些函数的使用~