linq 主要是通配符 *linq 中 如何实现 select * from a,b where a.id = b.aid主要是通配符 *[解决办法]from a1 in a join b1 in b on a1.id equals b1.id select new {a1,b1}