加命名空间(可能需要在项目中先加引用,再在类中如下引用)
using System.Web.SessionState;
HttpContext.Current.Session["TotalPage"].ToString();
HttpContext.Current.Request.QueryString["cid"].ToString();
2021-08-25 14:42:16
加命名空间(可能需要在项目中先加引用,再在类中如下引用)
using System.Web.SessionState;
HttpContext.Current.Session["TotalPage"].ToString();
HttpContext.Current.Request.QueryString["cid"].ToString();