摘要: mian #import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { // NSRange范围结构体 NSString* str=@"Object-C is a cool 阅读全文
posted @ 2020-07-08 23:21 逆欢 阅读(130) 评论(0) 推荐(0) 编辑
摘要: main #import <Foundation/Foundation.h> int main(int argc, const char * argv[]) { @autoreleasepool { NSArray* array=@[@1,@2,@3,@4];//[NSNumber numberWi 阅读全文
posted @ 2020-07-08 22:22 逆欢 阅读(276) 评论(0) 推荐(0) 编辑
摘要: h #import <Foundation/Foundation.h> NS_ASSUME_NONNULL_BEGIN //字符串对象 最好使用copy, 防止受外部的影响 @interface Person : NSObject <NSCopying> @property(nonatomic,co 阅读全文
posted @ 2020-07-08 21:39 逆欢 阅读(134) 评论(0) 推荐(0) 编辑