c语言中的while循环内的fscanf问题. #include #include #include int main() { FILE *fp; fp=fopen("mydata.txt","r"); if(fp==NULL) { perror("Error while ...
確定! 回上一頁