读书人

NSString 跟NSInteger的相互转换

发布时间: 2012-06-26 10:04:13 作者: rapoo

NSString 和NSInteger的相互转换

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

读书人网 >移动开发

热点推荐