摘要: 四、实验结论 1. 实验任务1 task1_1 1 //将图书信息写入文本文件data1.txt 2 3 #include <stdio.h> 4 #define N 5 5 #define M 80 6 7 typedef struct 8 { 9 char name[M]; // 书名 10 c 阅读全文
posted @ 2022-05-31 16:04 liuxianer 阅读(46) 评论(0) 推荐(0)