05 2012 档案
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace page{ public class PagedList<T> : List<T> { public PagedList(IEnumerable<T> content, int currentPage, int pageSize, int totalCount) : this(totalCount, currentPage, pageSize) { ...
阅读全文

浙公网安备 33010602011771号