即读入y, the ge并存储为y, the ge\0;接着fputs()在刚才打印字符串这一行接着打印第2次读入的...
//读字符串 while(!feof(fp)) { fgets(t,100,fp); if(strlen(t)>strlen(s)) strcpy(s,t);
while(feof(fp)==0){ fscanf();} feof()可以判读文件指针有没有到达末尾,没到达返回0,可以用这个循环做