摘要:
1、获取系统时间 DateTime.Now.ToString(); DateTime dt =DateTime.Now; dt.AddDays(1); //增加一天 dt.AddDays(-1);//减少一天 DateTime.Now.AddDays(-1).Date; 前一天精确到的 00:00: 阅读全文
posted @ 2018-11-08 09:34
michellexiaoqi
阅读(367)
评论(0)
推荐(0)