您的位置首页生活快答

青奥会什么时间开始,什么时间结束

青奥会什么时间开始,什么时间结束

的有关信息介绍如下:

青奥会什么时间开始,什么时间结束

南京的青奥会是8月16日开幕,到8月28日闭幕。

打字不易,如满意,望采纳。

不要狂点啊,点一下任务,然后点下面的开始游戏,然后就等吧,把其他没用的程序关一些,

你好 没有那么快的

你可以使用 Timer 类吧?具体我也在研究,以下是我的解法,期待更多高手关注

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.IO;

using System.Threading;

namespace ConsoleApplication1

{

class Program

{

static int i = 0;

static void foo()

{

Console.WriteLine(i);

i++;

}

static void Main(string[] args)

{

int timecount=0;

Thread a = new Thread(foo);

Thread.Sleep(2000);

a.Start();

while(timecount!=5)

{

timecount++;

Thread.Sleep(1000);

}

a.Abort();

}

}

}

你的地图人数太多了

系统问题,无影响

那就在你希望的时间两秒后开始创建并启动线程,并在五秒后终止!

等洋大爷走完就可以了