Add tags

Add tags to the following comment

方法2、方法3が題意に反するので訂正します。方法2から引数のみを得るのは難しいです。方法3を修正したコードを投稿します。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
//http://ja.doukaku.org/118/ 投稿用
using System;
class Program {
    static void Main(string[] args) {
        for(int i = 1; i < System.Environment.GetCommandLineArgs().Length; i++) {
            Console.WriteLine(System.Environment.GetCommandLineArgs()[i]);
        }
        Console.ReadLine();
    }
}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...