摘要: #include <stdio.h> //fopen函数的包 #include <stdlib.h> //exit()函数的包 #include <string.h> //定义一个带有匿名结构成员的结构 struct Person{ char id; int name [4]; struct {ch 阅读全文
posted @ 2021-07-27 19:26 学而不思则罔! 阅读(67) 评论(0) 推荐(0)
摘要: #include <stdio.h> //fopen函数的包 #include <stdlib.h> //exit()函数的包 #include <string.h> //定义一个结构- 把struct Person当做一种数据类型 struct Person{ char id; int name 阅读全文
posted @ 2021-07-27 19:04 学而不思则罔! 阅读(68) 评论(0) 推荐(0)
摘要: #include <stdio.h> //fopen函数的包 #include <stdlib.h> //exit()函数的包 #include <string.h> //定义一个结构- 把struct Person当做一种数据类型 struct Person{ int id; char name 阅读全文
posted @ 2021-07-27 17:17 学而不思则罔! 阅读(74) 评论(0) 推荐(0)