NSInteger转化 NSString部类
NSInteger转化 NSString类型:
NSInteger转化 NSString类型: [NSString stringWithFormat: @"%d", NSInteger]; NSString转化 NSInteger类型: NSInteger = [NSString intValue];