作者在 2009-11-24 19:42:26 发布以下内容
DateTime Datejiancun = System.DateTime.Now;
mimatishi = Convert.ToDateTime("2009-9-9"]);
System.TimeSpan ts = Datejiancun - mimatishi;
denglutj[2] = ts.Days;
if (denglutj[2] >= 40)
{ Response.Redirect("User.aspx"); }
mimatishi = Convert.ToDateTime("2009-9-9"]);
System.TimeSpan ts = Datejiancun - mimatishi;
denglutj[2] = ts.Days;
if (denglutj[2] >= 40)
{ Response.Redirect("User.aspx"); }