C#:实现分页算法 新建DataPages分页数据类 实现分页的算法 新建DataPages分页数据类 public class DataPages<T> where T : class, new() { /// <summary>