"> ">

【正确答案】:testl ( int a) { x = a; } 没有适当的默认构造函数,可以修改为testl ( int a) :test(a){ x = a; }
Top