struct date{ int year,month;}void main(){struct date sht[3];}上面只是一断代码:但是后来在调试的时候发现内存中有:sht[0];sht[1],sht[2],sht[3];可事实上我申请的是三个:????????????