2015年11月1日

Objective-C用到次数多的NSString methods

摘要: NSString *str1 = @"BeiJing";NSString *str2 = @"beijing";//全部转为大写NSLog(@"%@",[str1 uppercaseString]);//全部转为小写NSLog(@"%@",[str1 lowercaseString]);//首字母大... 阅读全文

posted @ 2015-11-01 23:00 绿绿的地 阅读(148) 评论(0) 推荐(0)

导航