getc ()函数用于从流中读取字符。 getc()函数语法int getc(FILE*p); 参数p为要从中读取字符的文件流。 getc()函数返回读取的字符。 getc()函数示例本 ...
確定! 回上一頁