int getc(FILE * stream); //和fgetc等效,由fgetc通过宏实现。 int getchar ( void ); //从标准输入stdin读入一个字符,程序等待你输入的时候,你可以 ...
確定! 回上一頁