struct a1{ int a; int b; }; struct bb{ a1 list[]; } 像这样在结构体 bb 中定义了 a1 类型的动态数组。 应该如何使用 bb 这个结构体?有没有代码 结构体, struct, int, 动态