include int fgetc(FILE *stream);int getc(FILE *stream);int getchar(void); fgetc函数接受一个输入流作为参数。它从这个流中读取下一个字符,并把它作为一个int类型 ...
確定! 回上一頁