C#中Skip和Take的用法 //Skip()和Take()方法都是IEnumerable<T> 接口的扩展方法,包括C#中的所有Collections类,如ArrayList,Queue,Stack等等,还有数组和字 … 继续阅读 C#中Skip和Take的用法