本文共 117 字,大约阅读时间需要 1 分钟。
-(void)setAbc:(NSString *)str
{
[str retain];
[abc release];
[abc = str];
}
转载于:https://blog.51cto.com/3426724/720998