所以我写了如下程序:#include<stdio.h>#define MAXSIZE 10int main(void){ char c; char buf[MAXSIZE]; int n; while((n = read(0,buf,MAXSIZE)) > ...
確定! 回上一頁