2019年5月15日
摘要: 创建了Person类,里面声明个name属性,关键字用copy @property (nonatomic, copy)NSString *name; 在ViewController里给name赋值 NSMutableString *str = [[NSMutableString alloc] ini 阅读全文
posted @ 2019-05-15 22:28 代码少年_夕阳 阅读(520) 评论(0) 推荐(0) 编辑