C#延时函数

用Thread方法:

先using system.threading;

再在需要延时的进程处插入

thread.sleep(int);

posted @ 2017-03-31 17:37  字由人  阅读(205)  评论(0编辑  收藏  举报