Integer ii = 129;
 int i = 129;
System.out.println(i==ii);
结果返回的是true