removeIfNotNull

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

如果item不是null,从列表中删除