#include<iostream>#include<fstream>using namespace std;class A{public:int a=10;//為什么這樣編輯就會出錯,而把它改成static const int a=10這樣就可以了呢 這又是為什么噢?}; 查看完整描述