C#获取当前系统时间

  [c-sharp] view plain copy print ? --DateTime 数字型    System.DateTime currentTime=new System.DateTime();    取当前年月日时分秒      currentTime=System.DateTime.Now;    取当前年     int 年=currentTime.Year;    取当前月 
相关文章
相关标签/搜索