2015-01-27 26 views

回答

1

您可以使用DateTime獲取當前時間。

textbox1.Text = DateTime.Now.ToString("hh:mm:ss"); 
相關問題