文件名称:Object-c字符串数组字典
文件大小:3.35MB
文件格式:PDF
更新时间:2016-08-17 14:14:58
Object-c
字符串、数组、字典、集 合以及快速OC语言中的字符串是NSString 初始化 -(id) initWithString:(NSString *)str; -(id) initWithFormat:(NSString *)format... 求字符串长度 -(NSInteger) length 取字符串某个位置的字符 -(unichar) characterAtIndex:(NSUInteger) index