为什么我们不能初始化结构中的成员?
例:
struct s { int i = 10; };
c struct initialization member
c ×1
initialization ×1
member ×1
struct ×1