日期:2014-05-17 浏览次数:20513 次
List<int> top3articleid = new List<int>();
top3articleid.Add(1);
top3articleid.Add(2);
top3articleid.Add(3);
@foreach (var article in indexlistitem.Where(p => p.ArticleCategoryID == indexlist.ArticleCategoryID).Where(排除top3articleid 中的ID))