1.去除所有的分割线
table.separatorStyle = UITableViewCellSelectionStyleNone;
2.去除指定某一行的分割线
cell.separatorInset = UIEdgeInsetsMake(0, width_w, 0, 0);