C语言fscanf()问题.. 日期:2021-06-04 03:11:41 人气:1 C语言fscanf()问题.. printf("%d,%s,%d\n",st.num,st.name,st.grade);这里的%d应该改为%f,输入与输出格式一样,和写入文件时应该相同。