#pragma mark 自定义表视图滑动时delete按钮内容

- (NSString *) tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath

{

    return @"下载";

}