摘要:
get请求1:NSURL*url = [NSURLURLWithString:@"http://127.0.0.1/demo.json"]; NSURLRequest *request = [NSURLRequest requestWithURL:url cachePolicy:1 timeoutI... 阅读全文
摘要:
class_copyPropertyList返回的仅仅是对象类的属性(@property申明的属性),而class_copyIvarList返回类的所有属性和变量(包括在@interface大括号中声明的变量) -->> { NSString *name; } 阅读全文