11 return -1; 12 } 13 14 while (!feof(fp)) 15 { 16 fgets(StrLine,1024,fp); //讀取一行17 printf("%s\n", StrLine); //輸出18 } 19 fclose(fp); ...
確定! 回上一頁