https://stackoverflow.com/questions/27152580/cocoa-blocks-as-strong-pointers-vs-copy/27...
![240](https://cdn2.jianshu.io/assets/default_avatar/10-e691107df16746d4a9f3fe9496fd1848.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP属地:广东
https://stackoverflow.com/questions/27152580/cocoa-blocks-as-strong-pointers-vs-copy/27...
较短的回答(Short Answer) 这是一个历史原因,在ARC中不使用Copy,而使用Strong是完全正确的。就像是使用实例变量的时候,是使用local还是global...