动态生成lamda表达式怎么写select如题:list.select(x=>new {x.Id,x.Name})应该怎么动态生成 [解决办法]有一个C#版类似js 的eval库,你可以找找看。[解决办法]把new{XXX} 存在List<class>里