关于网址截取最后部分的例子
程序员文章站
2022-05-15 15:07:25
...
- ( void )viewDidLoad { NSString *a = [[ NSString alloc ] initWithString : @ 冬瓜,西瓜,火龙果,大头,小狗 ]; NSArray *b = [a componentsSeparatedByStr ing : @ , ]; NSString *a3 = [b objectAtIndex : 2 ]; NSLog ( @\n b 的第三个东东是: %@
- (void)viewDidLoad
{
}
2011-07-12 18:45:12.682 Q[8778:207]
此方法 所得到的数组 因为不是 init ....方法, 所以不要写释放 b 的内存 ,
[b