原创 C/C++的結構體中的靜態變量必須在結構體外定義初始化

struct a {static int b;}static int a::b=0;