柔弱长颈鹿

文章
4
资源
0
加入时间
4年2月7天

蛋疼的 大尾端小尾端

#include int main(){ union abc { char a[4]; int b; }test; test.b = 0x12345678; printf("%x %x %x %x\n", test.a[0],test.a[1],test.a[2],test...