测试:
class TestClass { static void C# Main(string[] args) { // Display the number of command line arguments: System.Console.WriteLine(args.Length); } }
测试:
class TestClass { static void C# Main(string[] args) { // Display the number of command line arguments: System.Console.WriteLine(args.Length); } }
转载于:https://www.cnblogs.com/dashublog/archive/2013/05/18/3085029.html