struct Book { int i; } variable, *ptr;
在访问结构成员时,我们使用 variable.i 或 ptr->i 我的问题是变量和 *ptr 的使用/使用之间有什么区别
c structure
c ×1
structure ×1