2009年6月16日
摘要: DateTime t1 = datenow; DateTime t2 = Convert.ToDateTime(ipcon.AddTime); int timesp = Convert.ToInt32(((TimeSpan)(t1 - t2)).TotalMinutes); if (timesp < 15) { Page.RegisterStartupScript("ServiceManHi... 阅读全文
posted @ 2009-06-16 19:55 D.Henry 阅读(264) 评论(0) 推荐(0)