static void func1(){ static int i(9); };
是否在调用函数或程序启动时为静态变量 i 分配了内存?
c++ memory static
c++ ×1
memory ×1
static ×1