Int 和number相互转换 Mar 16th, 2016 8:29 am int myInt; NSNumber *myNumber = [NSNumber numberWithInt:myInt]; int myInt = [myNumber intValue];;