日期:2014-05-20 浏览次数:21107 次
var query = from Ls in list let listOrder = Ls from order in listOrder select order; return query.ToList();