测试:
class TestClass { static void C# Main(string[] args) { // Display the number of command line arguments: System.Console.WriteLine(args.Length); } }