NSString 跟NSInteger的相互转换
NSString 和NSInteger的相互转换NSInteger转化?NSString类型:???????????????[NSString?stringWithFormat:
NSString 和NSInteger的相互转换
NSInteger转化?NSString类型:???????????????[NSString?stringWithFormat:?@"%d", NSInteger];?NSString转化?NSInteger类型:???????????????NSInteger = [NSString?intValue];