addIfNotNull

fun <T> MutableList<T>.addIfNotNull(item: T?)

如果item不是null,添加到列表中