【VS2019 C#】C#中的GetTickCount()函数 及 延时函数

long TickOld = System.Environment.TickCount;

关于延时的方法,有2种,一是用 GetTickCount(), 另一种是

System.Threading.Thread.Sleep(1000);

posted on 2020-02-22 15:53  lizhuohui  阅读(324)  评论(0编辑  收藏  举报

导航