转载:http://www.csharpwin.com/csharpspace/10454r4891.shtml 问题:请说出以下struct的实例大小以及内存布局 struct Struct1 { public byte a; public short b; public string c; public int d; } struct Struct2 { public byte a; public long b; public byte c; public string d; } struc