Args Back
- 命令行參數: Main函數開始時接受的參數
using System;
class listArg0
{
public static void Main(String[] args)
{
string strName;
strName = args[0];
Console.WriteLine("This is the first argument: {0}!", strName);
Console.Read();
}
}
As the plugin is integrated with a code management system like GitLab or GitHub, you may have to auth with your account before leaving comments around this article.
Notice: This plugin has used Cookie to store your token with an expiration.