zoukankan      html  css  js  c++  java
  • 园子的兄弟们,看看自己的基本功

    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);
            }




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




    我的最近更新
    最新发布文章、框架、咨询等,来看看吧
  • 相关阅读:
    UVa-129
    UVa-524
    有点迷茫
    北邮之行~
    UVa-253
    心累--期末考试成绩
    UVa-220 Othello
    UVa-201 Squares
    UVA-1589 Xiangqi
    UVa-213 Message Decoding
  • 原文地址:https://www.cnblogs.com/humble/p/1782972.html
Copyright © 2011-2022 走看看