最先运行块;
   {
       System.out.println(" {  } ");
   }
再初始化成员数据
int i = f();
再实例化对象:
Object()
Test1()
最后执行下一句。