cell.accessoryType=UITableViewCellAccessoryDisclosureIndicator;这句的含义是在该行后面加一个大于号
[cell.contentView.layersetBorderColor:[UIColorblackColor].CGColor]; //边框颜色
[cell.contentView.layersetBorderWidth:1.0f];//边框线条宽度
cell.contentView.layer.cornerRadius =3.0; //边框圆角幅度
[cell setSelectionStyle:UITableViewCellEditingStyleNone]; //cell 点击不触发 didSelectRowAtIndexPath 事件