关于@synthesize propertyname = _propertyname;的疑问

Q: @synthesize propertyname = _propertyname; 为什么要使用 _propertyname? 什么时候用self.propertyname ,什么时候用_propertyname? A: 当:@synthesize propertyname = _propertyname; An initialization method is one of two pl
相关文章
相关标签/搜索