摘要: demo1.c 代码 #include <stdio.h> #define N 80 #define M 100 typedef struct{ char name[N]; char author[N]; }Book; void write(); void read(); int main(){ p 阅读全文
posted @ 2024-12-25 17:39 nightmare777 阅读(22) 评论(0) 推荐(0)