2014年12月22日
摘要: 1、DateTime 数字型System.DateTime currentTime=new System.DateTime();1.1 取当前年月日时分秒currentTime=System.DateTime.Now;1.2 取当前年int 年=currentTime.Year;1.3 取当前月in... 阅读全文
posted @ 2014-12-22 15:10 GC2013 阅读(607) 评论(0) 推荐(0) 编辑