摘要: task1 // 文件读写操作:格式化读、写文本文件 #include <stdio.h> #include <stdlib.h> #define N 80 #define M 100 typedef struct { char name[N]; // 书名 char author[N]; // 作 阅读全文
posted @ 2025-06-09 10:06 乐一乐路过 阅读(12) 评论(0) 推荐(0)