标签:release ref return auto lease eth 运行 对象 body
函数:代表了函数运行的主要上下文;
内部:在类的内部使用。
Within the body of a class method, self
refers to the class object itself. You might implement a factory method like this:
+ (id)myClass { |
return [[[self alloc] init] autorelease]; |
} |
标签:release ref return auto lease eth 运行 对象 body
原文地址:http://www.cnblogs.com/feng9exe/p/7337020.html