2016年8月3日

String相关

摘要: 1. componentsSeparatedByString 将字符串切割成数组 NSString *a = [[NSString alloc] initWithString : @"狗,猪,苹果,小狗" ]; NSArray *b = [a componentsSeparatedByString: 阅读全文

posted @ 2016-08-03 20:04 请叫我飞戈 阅读(84) 评论(0) 推荐(0) 编辑

导航