link中如何用发射对多个属性进行模糊查询?
data.Where(x => GetAllPropValues(x).Any(y => y.Contains(关键字)))GetAllPropValues用之前给你的代码
得到属性集合,自定义一个比对函数,用where就可以了