调用此方法从recyclerView中删除项目
public void removeAt(int position, int listSize) { list.remove(position); notifyItemRemoved(position); notifyItemRangeChanged(position, listSize); }