1 UITableView的两种style
[UITableView *tableView = [[UITableView alloc]initWithFrame:self.view.bounds style:UITableViewStylePlain || UITableViewStyleGrouped];
[UITableView *tableView = [[UITableView alloc]initWithFrame:self.view.bounds style:UITableViewStylePlain || UITableViewStyleGrouped];