secondOrNull

fun <E> List<E>.secondOrNull(): E?

获取第二个元素,如果List小于2个元素,返回null