for (;;) { // Infinite loop ... if (fscanf(file1,"%d %20s %d",&t->pid,t->operation,&t->size) != 3) { break; } ... } 关于c++ - C编程中的fscanf()麻烦,我们 ...
確定! 回上一頁