struct a{int start;int end;};struct b{int id;a[] suba=new a[10];};编译时提示错误:结构中不能有实例字段初始值设定项,改成a [10]suba; 也不行
温温酱
富国沪深
相关分类