园子的兄弟们,看看自己的基本功

public static void Main(string[] args)
        {
            bool t=false;
        abc:
            Console.WriteLine("biaoti");
            if (t==false)
            {
                try
                {
                    int a=0;
                    int b=a/a;
                }
                catch (Exception)
                {
                    t=true;
                    goto abc;
                }
                finally
                {
                    Console.WriteLine("abc");
                }
                Console.Write("Press any key to continue . . . ");
            }
            Console.ReadKey(true);
        }




少侠,我看你气度不凡天赋异禀,这么帅,来了就给推荐一把吧




我的最近更新
最新发布文章、框架、咨询等,来看看吧
原文地址:https://www.cnblogs.com/humble/p/1782972.html