摘要: 实验任务四 代码 点击查看代码 #include<stdio.h> #include<ctype.h> int main(){ FILE *fp; fp=fopen("data4.txt","r"); if(fp==NULL){ printf("打不开,有问题 \n"); return 1; } i 阅读全文
posted @ 2025-06-09 12:44 任书静 阅读(18) 评论(0) 推荐(0)