• 2022-06-12
    以下哪句代码会报错?[br][/br] class A{ int a=12; //代码1 int b; //代码2 b=12; //代码3 }
    A: 代码1
    B: 代码2
    C: 代码3