https://stackoverflow.com/questions/27152580/cocoa-blocks-as-strong-pointers-vs-copy/27...
IP属地:广东
https://stackoverflow.com/questions/27152580/cocoa-blocks-as-strong-pointers-vs-copy/27...
较短的回答(Short Answer) 这是一个历史原因,在ARC中不使用Copy,而使用Strong是完全正确的。就像是使用实例变量的时候,是使用local还是global...