用csc编译运行了一下程序:using System;class ee{ static void Main(string[] args) { Console.WriteLine("Hello:"); Console.WriteLine(args[0]); }}出现如图所示错误
args是个数组名