摘要: NSInteger couter = 0;while (self.aa == nil && couter < 10) { NSLog(@"aa为空,阻塞不去构造JSON字典"); couter++; //每隔一秒检查一下aa是否为空,最多尝试10次. [[NSRunLoo... 阅读全文
posted @ 2015-04-15 10:47 wb145230 阅读(100) 评论(0) 推荐(0) 编辑