摘要: //本次课任务,从文本文件中读入单词列表,然后显示在屏幕上 #include<stdio.h> //定义结构体类型,用于表示单词类型typedef struct word{ char spell[100]; //定义spell成员,用于存储单词的英文拼写 char interpretation[50 阅读全文
posted @ 2021-11-23 08:58 东北最后深情 阅读(202) 评论(0) 推荐(0) 编辑