class a { int aa; static int aaa; };请大家看看 这个类的定义有什么问题?如果我把 static int aaa;改成static int aaa=10;一样出错 请问这是为什么?