addAll

fun addAll(items: List<T>, index: Int = list.size)

添加itemslistindex位置,默认追加到末尾.