(iOS) __block和__weak認識 果然還是對最基礎的知識了解不透徹,今天看一看iOS中的兩個修飾符:__block和__weak 。也是做一下溫習吧。 1、先說weak,<弱引用> 我們知道weak的使用,比如聲明一個 ...