如何判断一个List集合中是否有空值

list.Any(v => string.IsNullOrWhiteSpace(v))
原文地址:https://www.cnblogs.com/xiaonangua/p/10818082.html