摘要: #include <stdio.h> //fopen函数的包 #include <stdlib.h> //exit()函数的包 #include <unistd.h> //定义一个结构- 把struct Person当做一种数据类型 struct Person{ char *name; int ag 阅读全文
posted @ 2021-07-26 14:19 学而不思则罔! 阅读(50) 评论(0) 推荐(0)
摘要: #include <stdio.h> //fopen函数的包 #include <stdlib.h> //exit()函数的包 #include <unistd.h> //定义一个结构- 把struct Person当做一种数据类型 struct Person{ char *name; int ag 阅读全文
posted @ 2021-07-26 08:33 学而不思则罔! 阅读(80) 评论(0) 推荐(0)