在c#中如何实现sleep 5秒

在c#中如何让进程等待3秒再执行?

System.Threading.Thread.Sleep( 5000 ); // 等待5秒(5000毫秒)
日期:2020-04-11 22:50:26 来源:oir作者:oir