摘要: 1 #ifndef __HEAD_H__ 2 #define __HEAD_H__ 3 #include <stdlib.h> 4 #include <string.h> 5 #include <stdio.h> 6 //声明学生数据类型 7 struct Student{ 8 char name[ 阅读全文
posted @ 2023-02-26 17:17 不思故乡 阅读(168) 评论(0) 推荐(0)