摘要: //今天DateTime.Now.Date.ToShortDateString();//昨天,就是今天的日期减一DateTime.Now.AddDays(-1).ToShortDateString();//明天,同理,加一DateTime.Now.AddDays(1).ToShortDateStri... 阅读全文
posted @ 2015-10-23 14:36 寒夜美美 阅读(722) 评论(0) 推荐(0) 编辑