segue跳转:
[self performSegueWithIdentifier:@"goToRootView" sender:nil];
回到主线程:
dispatch_async(dispatch_get_main_queue(),^{
self.downLoadalert.message = str;
});
[db:关键字]