跳转到下一个VIEWTestControllerView *_testControllerView [[TestControllerView alloc] init]??[self.
跳转到下一个VIEW
TestControllerView *_testControllerView =[[TestControllerView alloc] init];
?
?[self.navigationController pushViewController:_testControllerView animated:NO];
?
?[_testControllerView release];
