1.iOS中的常见多线程方案a) NSThreadGCDNSOperation底层都是pthreadb) NSThread开启线程方式1) 动态实例化 NSThread *thread[[NSThread all