摘要: 8月17日NSString一、字符串的创建 //1.创建常量字符串 NSString*str1 =@"hello world"; NSLog(@"%@",str1); //2.通过类方法创建字符串 NSString*str2 = [NSStringstringWithString:str1]; N... 阅读全文
posted @ 2015-08-17 19:30 Mr·Xu 阅读(358) 评论(0) 推荐(0) 编辑