fgetc () 读取成功时返回读取到的字符,读取到文件末尾或读取失败时返回EOF。 ... (fp = fopen("c:\\1.txt", "rt")) == NULL ) { puts("Open file failed\n"); return; } ...
確定! 回上一頁