摘要: 字节对齐 1 struct Mystruct1{ 2 char a; //1字节 3 double b; //8字节 4 int c; //4字节 5 short d; //2字节 6 }Mystruct1; 7 8 struct Mystruct2{ 9 double b; //8字节 10 in 阅读全文
posted @ 2021-10-09 16:06 一眼万年的星空 阅读(509) 评论(0) 推荐(0)