声明 问答列表
作者:jk. 提问时间:6/28/2022
我想创建一个“n”大小的数组结构,但我不知道该怎么做。我总是像这样创建静态 typedef struct { int id; char name[25]; char dob[11]; }inf...