摘要: fscanf和fprintf搭配 1 #include<stdio.h> 2 #include<malloc.h> 3 #include<stdlib.h> 4 typedef struct student{ 5 char name[10]; 6 char num[11]; 7 int age; 8 阅读全文
posted @ 2021-01-05 23:19 泥烟 阅读(235) 评论(0) 推荐(0) 编辑