C#獲取當前系統時間

  [c-sharp] view plain copy print ? --DateTime 數字型    System.DateTime currentTime=new System.DateTime();    取當前年月日時分秒      currentTime=System.DateTime.Now;    取當前年     int 年=currentTime.Year;    取當前月 
相關文章
相關標籤/搜索