float f2Obj = 2147483648.156f; 
 System.out.println(f2Obj.intValue());  
  float型为什么不可以直接用intValue方法?