摘要: 1 - (void)GCDMethed{ 2 // 后台执行 3 dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ 4 5 // 后台执行的操作 6 NSLog(@"后台操作"); 7 }); 8 ... 阅读全文
posted @ 2016-07-01 14:35 MaricoSun 阅读(250) 评论(0) 推荐(0)