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