下面的实例演示了ftell() 函数的用法。 #include <stdio.h> int main () { FILE *fp; int len; fp = fopen("file.txt", "r"); if( fp == NULL ) { perror ("打开文件 ...
確定! 回上一頁