public class Test { static int a=3; int b; public static void main(String []args){ System.out.println(Test.a); }}改为通过对象引用类变量a,并将其输出? 查看完整描述