public class Test { static int a=3; int b;? ? public static void main(String []args){ System.out.println(Test.a);? ? }}改為通過對象引用類變量a,并將其輸出? 查看完整描述