清除并新增
@override void addItemsClear(List<E?> items) { _dataList.clear(); _dataList.addAll(items); notifyDataSetChanged(); }