更多精彩内容,请见:http://www.16boke.com
知识点:整数数据转换为文字格式数据
NSInteger count;
NSString *numValue = [NSString stringWithFormat:@"%d",count];
更多精彩内容,请见:http://www.16boke.com
NSInteger count;
NSString *numValue = [NSString stringWithFormat:@"%d",count];
更多精彩内容,请见:http://www.16boke.com