link里面let可以指定变量为一个表么?能不能代替子查询?
可以啊from x in datalet y = data2.Where(a => x.id == a.id)select new { x, y }