摘要: --DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 取当前年月日时分秒 currentTime=System.DateTime.Now; 取当前年 int 年=currentTime.Year; 取当前月 int 月=c 阅读全文
posted @ 2017-03-25 23:07 小轩窗,正梳妆 阅读(193) 评论(0) 推荐(0) 编辑