C庫函數long int ftell(FILE *stream)返回給定流stream的當前文件位置。 ... 0, SEEK_END); len = ftell(fp); fclose(fp); printf("file.txt 的总大小= %d 字节\n", ...
確定! 回上一頁