search
尋找貓咪~QQ 地點 桃園市桃園區 Taoyuan , Taoyuan

C# Main命令列引數(參數) – jashliao部落格

C# Main命令列引數(參數)




using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

//bat CS_Console_print_args.exe 1,2,3 3 2 1

namespace CS_Console_print_args

{

    class Program

    {

        static void Pause()

        {

            Console.Write(“Press any key to continue . . . “);

            Console.ReadKey(true);

        }

        static void Main(string[] args)

        {

            for (int i = 0; i < args.Length; i++)

            {

                Console.WriteLine(args[i]);

            }

            Pause();

        }

    }

}


 




熱門推薦

本文由 jashliaoeuwordpress 提供 原文連結

寵物協尋 相信 終究能找到回家的路
寫了7763篇文章,獲得2次喜歡
留言回覆
回覆
精彩推薦