2015年6月8日

摘要: 1 if (Session["UserID"] == "" || Session["UserID"] == null)2 {3 Response.Redirect("../Login.aspx?m=登录已超时,请重新登陆!");4 }一直我都觉得这个方法很不好,非常不好,但是一直也没找到好的方法,刚... 阅读全文
posted @ 2015-06-08 14:53 秦少66 阅读(423) 评论(0) 推荐(0) 编辑

导航