在ViewDidLoad方法里注册自定义Cell[self.tableView registerNib:[UINib nibWithNibName:@"CommonCell" bundle:nil] forCellReuseIdentifier:@"CommonCellId"];//@"CommonCell"为要注册的cell的Xib的name;//@"CommonCellId"为要注册的cell的标示符