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.
查询时间并写入标签。
如何查询时间并写入标签。在 Windows 中很容易:
Label1.Text = DateTime.Now.ToShortTimeString();
在 MonoDevelop 中如何做到这一点?
根据您正在构建的应用程序类型,它应该以完全相同的方式完成。