var pageIndex=1;//第1頁 var pageSize =100;//頁大小 var list = list.Skip((pageIndex-1) * pageSize).Take(pageSize).ToList();