通过NSObject创建线程 这个方法会自动开辟一个后台线程 ,
参数1 是 在后台线程中执行的方法 .
参数2 用于传递参数 [self performSelectorInBackground:@selector(banzhuanPlus) withObject:nil];