首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

NSString 跟NSInteger的相互转换

2012-06-26 
NSString 和NSInteger的相互转换NSInteger转化?NSString类型:???????????????[NSString?stringWithFormat:

NSString 和NSInteger的相互转换

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

热点排行