摘要:
产生页码:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace CommonLib{ public class PagingBar { //分页字符 private System.Text.StringBuilder paginationStr = new System.Text.StringBuilder(); //总分页数 private string page_Count; p... 阅读全文
posted @ 2013-09-12 17:43
黄忠
阅读(198)
评论(0)
推荐(0)
浙公网安备 33010602011771号