1. int是基本数据类型 , Integer是包装类
  2. int的初始值是0 , Integer的初始值是null
  3. int不是对象 , Interger是对象
  4. int只是数据类型 , Integer里面还有好多静态方法