该文被密码保护。 阅读全文
posted @ 2017-10-25 16:57
OIMMZC
阅读(4)
评论(0)
推荐(0)
摘要:
dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0); dispatch_async(queue, ^{ [self getdata2];//详情 }); 阅读全文
posted @ 2017-10-25 14:50
OIMMZC
阅读(221)
评论(0)
推荐(0)