62,271
社区成员
发帖
与我相关
我的任务
分享
E = "cdEG_RSS" + System.DateTime.Today.Year + System.DateTime.Today.Month + System.DateTime.Today.Day + System.DateTime.Now.AddHours(1).Hour;
xmlDoc.Save( Server.MapPath("../../gb/cdeg_rss/"+E+".xml") );
E = "cdEG_RSS" + DateTime.Now.ToString("yyyyMMdd");