摘要: #include <stdio.h> struct A { int a; int b; }; struct AA { char a; short b; int c; int d[10]; A s; }; AA xx; void Function() { xx.a=1; xx.b=2; xx.c=3; 阅读全文
posted @ 2021-09-23 14:43 admrty 阅读(163) 评论(0) 推荐(0)