最佳答案
如何将 NSInteger转换为 NSString数据类型?
我尝试了以下的方法,月份是 NSInteger:
NSString *inStr = [NSString stringWithFormat:@"%d", [month intValue]];