摘要: NSThread方法一:- (void)viewDidLoad{ [super viewDidLoad]; NSThread * thread = [[NSThread alloc]initWithTarget:self selector:@selector(test:) object:... 阅读全文
posted @ 2014-06-08 00:17 从良少年 阅读(267) 评论(0) 推荐(0) 编辑