getchar : int getchar(void); 从标准输入流(stdin,通常是键盘)中读取一个字符。 函数声明在头文件<stdio.h>中。 getc: int getc(FILE *stream); ...
確定! 回上一頁