class tex1{
public tex1(){
System.out.print("1");
}
{
System.out.print("2");
}
public static void main(String [] age){
new tex1();
}
}
为什么 构造函数后执行呀 请各位大虾指点指点