notContains

fun <E> List<E>?.notContains(item: E): Boolean

判断 List 对象不包含某个元素