神犇们看看,这是怎么回事
using System;
public class problem{
public static void Main(String[] args){
Thread.Sleep(2000);
Console.WriteLine("1");
Console.ReadKey();
return;
}
} 编译错误,提示:
The name 'Thread' does not exist in the current context
#C#(17531)#
顺丰集团工作强度 335人发布