标签:style blog color 使用 sp for div log cti
1.NSString基本使用
1 int age = 15; 2 int no = 5; 3 NSString *str2 = [NSString stringWithFormat:@"My age is %d and no is %d", age, no]; 4 NSLog(@"%@", str2);
1 NSString *name = @"张三李四"; 2 NSLog(@"Len = %ld", [name length]);
[Objective-c 基础 - 2.5] NSString
标签:style blog color 使用 sp for div log cti
原文地址:http://www.cnblogs.com/hellovoidworld/p/4119354.html