日期:2014-05-20 浏览次数:21064 次
List<int> ids = new List<int>() {1,3,9,25}; var result = entity.userinfo.Where(w=>ids.Contains(w.id));