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