Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在表单上显示当前时间和秒数。我的时钟必须显示秒,我担心性能。
Date().getTime()
您应该只使用 aSystem.Windows.Forms.Timer并DateTime.Now在每个刻度中显示。
System.Windows.Forms.Timer
DateTime.Now