摘要:
NSThread:利用NSThread创建和启用一个线程1.NSThread *thread = [[NSThread alloc] initWithTarget:self selector:@selector(run) object:nil];,调用后调用[thread start];2.创建... 阅读全文
posted @ 2014-07-02 23:00
zhao yan
阅读(242)
评论(0)
推荐(0)
