if (value <18) { Console.WriteLine("你的年龄是:{0}\n你还未成年系统3秒后自动退出",value ); Environment.Exit(3);//立刻退出! }
如果我要定时3秒后控制台自动退出要怎么写
largeQ
相关分类