addModels

fun RecyclerView.addModels(models: List<Any?>?, animation: Boolean = true, @IntRange(from = -1.toLong()index: Int = -1)

添加新的数据

Parameters

models

被添加的数据

animation

是否使用动画

index

插入到models指定位置, 如果index超过models长度则会添加到最后