C文件输入/输出| File input/outputgetchar ... 相当于 getc(stdin) 。 ... #include <stdlib.h> int main(void) { int ch; while ((ch=getchar()) !=
確定! 回上一頁