摘要:
/*______________NSString(不可变字符串)________________*/ //---------1.字符串的创建------- //创建字符串常量 NSString *string1 = @"hello"; string1 = @"hello world"; ... 阅读全文
posted @ 2015-08-23 19:43
流年留恋
阅读(157)
评论(0)
推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2015-08-23 19:40
流年留恋
阅读(3)
评论(0)
推荐(0)