dd21
December 5, 2022
一个编译完成的程序包含很多段 .text [ 代码段 ] .data [ 数据段 ] .bss [ 未初始化数据段 ]
全局变量和static修饰的变量是在编译的时候分配空间的