link 中let为什么不需要声明就能使用,看了很多文章还是不清楚,谁知道?
上午回答过你了,比如from x in tablelet i=x*2select i;它相当于table.Select(x => new { x, i=x*2 }).Select(x => x.i );