NSArray *list = [self.newsData.programaImgList componentsSeparatedByString:@","];
NSLog(@"List count:%d==数组一==%@===数组2===",[list count],[list objectAtIndex:0]);
NSString splist 字符串截取代码
最新推荐文章于 2025-06-15 18:19:09 发布
NSArray *list = [self.newsData.programaImgList componentsSeparatedByString:@","];
NSLog(@"List count:%d==数组一==%@===数组2===",[list count],[list objectAtIndex:0]);