文件I/O常用函数fopen/fclose/getc/putc/fgetc/fputc/fscanf/fprintf/fseek/ ... int c; fp = fopen("file.txt", "r"); while (1) { c = fgetc(fp); ...
確定! 回上一頁