现在的位置: 首页 > 综合 > 正文

NSString splist 字符串截取代码

2013年08月23日 ⁄ 综合 ⁄ 共 152字 ⁄ 字号 评论关闭
   NSArray *list = [self.newsData.programaImgList componentsSeparatedByString:@","];
        NSLog(@"List count:%d==数组一==%@===数组2===",[list count],[list objectAtIndex:0]);

抱歉!评论已关闭.