问题:在类中建立一个int类型的数组   方法一:(错误)   class Test   {   const int size = 100;   int array[size];   //……   };