分页逻辑int pageIndex = 1;//当前页码
分页逻辑
            int id = Convert.ToInt32(Request.QueryString["id"]);  //专题ID
分页逻辑
            int totalCount = new articleOP().getArticleCountByClass(id); //专题内的文章数量
分页逻辑
            int totlePage = totalCount / 1//总页数
分页逻辑

分页逻辑            
if (totlePage == 0)

相关文章: