标签:string ons http 运行时 异常 ima void img bubuko

static unsafe void Main(string[] args)
{
unchecked //checked 运行时候引发异常
{
int n = int.MaxValue;
n++;
Console.WriteLine(n);
}
Console.ReadKey();
}
标签:string ons http 运行时 异常 ima void img bubuko
原文地址:https://www.cnblogs.com/bhfdz/p/8794746.html