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

OC字符串拼凑

2013-09-05 
OC字符串拼接- (NSString *)description{//return @raguandsadareturn [NSString stringWithFormat:@d

OC字符串拼接

- (NSString *)description{    //return @"raguandsada";    return [NSString stringWithFormat:@"dssadsa %d %d",_age,_no];}

热点排行