huichao1314

1.session

int id = Convert.ToInt32(Session["userid"]);

2.传值

int id = Convert.ToInt32(Request.QueryString["ID"]);

分类:

技术点:

相关文章: