Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看到有人使用以下
__strong static foo *_foo = nil;
我想知道这里是否需要 __strong;我的意思是 __strong 是默认值吗?那正确吗?
由于强引用是默认值,因此您是正确的。