public static Expression<Func<T, bool>> True<T>() { return f => true; }
f推出true啥意思,这个表达式树的泛型方法是干嘛用的啊?高手指教?