摘要: //1.获取字符串的长度 NSString * str = @"abcd"; NSUInteger length = [str length]; //str.length; NSLog(@"字符串长度 %lu",length); ... 阅读全文
posted @ 2014-11-20 16:33 麦田守望者~ 阅读(132) 评论(0) 推荐(0)